A user asks if there is a way we can automate away the auth config parts of setting up the component, as each time, they need to fill it in. Think servername, and with coming SSO, the endpoints/orgname around that. (Related: we might add some branding features here later too.)
Some ideas:
- build time:
- as part of release flow, we can do branded builds based on a list of org + profile
- we can make a download service that makes it on-the-fly
- runtime:
- make the component check for a .profile file somehow
- maybe something in pbi / capabilities.json ?
A user asks if there is a way we can automate away the auth config parts of setting up the component, as each time, they need to fill it in. Think servername, and with coming SSO, the endpoints/orgname around that. (Related: we might add some branding features here later too.)
Some ideas: