Closed mgreisen closed 1 year ago
The redirect URI on the app registration, Authentication tab does not have the custom domain name. It should be added here https://github.com/microsoft/onefuzz/blob/512bb078b76aae36b700d340ba9e9ee8673cc3f4/src/deployment/deploy.py#L563 during deployment.
We should add https://<customDomain>/.auth/login/aad/callback as a redirect URI if the custom domain exists.
https://<customDomain>/.auth/login/aad/callback
AB#155293
Information
Provide detailed reproduction steps (if any)
The redirect URI on the app registration, Authentication tab does not have the custom domain name. It should be added here https://github.com/microsoft/onefuzz/blob/512bb078b76aae36b700d340ba9e9ee8673cc3f4/src/deployment/deploy.py#L563 during deployment.
We should add
https://<customDomain>/.auth/login/aad/callback
as a redirect URI if the custom domain exists.AB#155293