Closed stephenashton-dhsc closed 9 months ago
If the redirect URI of https://localhost:1410 is configured, this will not work correctly.
https://localhost:1410
The underlying function call within AzureAuth uses http://localhost:1410, hence this should be the redirect URI added to the configuration.
http://localhost:1410
See the default options within the relevant function.
Thank you!
If the redirect URI of
https://localhost:1410
is configured, this will not work correctly.The underlying function call within AzureAuth uses
http://localhost:1410
, hence this should be the redirect URI added to the configuration.See the default options within the relevant function.