Azure / Microsoft365R

R SDK for interacting with Microsoft 365 APIs
Other
308 stars 41 forks source link

Fix redirect URI in documentation #200

Closed stephenashton-dhsc closed 5 months ago

stephenashton-dhsc commented 5 months ago

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.

hongooi73 commented 5 months ago

Thank you!