You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example appSSORedirectURI=acme-fitness.perfect300rock.com/login/oauth2/code/sso can be changed to appSSORedirectURI=${baseUrl}/login/oauth2/code/sso
The text was updated successfully, but these errors were encountered:
The deploy instructions for TAP can be made simpler by using an environment variables to make the commands easier to run. For example https://github.com/Azure-Samples/acme-fitness-store/blob/08cc50ffb1eb7ae753a053f1c24958b60711c0cf/tap/doc/TAPDeploy.md?plain=1#L106
for example
appSSORedirectURI=acme-fitness.perfect300rock.com/login/oauth2/code/sso
can be changed toappSSORedirectURI=${baseUrl}/login/oauth2/code/sso
The text was updated successfully, but these errors were encountered: