Follow these steps to setup Azure to be used as the Authentication API for the portal.
-
Register portal in Azure.
Azure Active Directory -> App Registrations -> New registration
- Enter
udeploy
as name. - Click
Register
- Enter
-
Save
client
andtenant
ids to use in the container configuration. -
Under the
Authentication
menu option, add three Redirect URI's per domain. (dev,prod,etc...)Replace
udeploy.com
with the Route53 portal domain. -
Under the
Certificates and Secrets
menu option, create aNew client secret
and save the secret to use in the container configuration.