Azure / Microsoft365R

R SDK for interacting with Microsoft 365 APIs
Other
318 stars 46 forks source link

Fix redirect URI in documentation #200

Closed stephenashton-dhsc closed 9 months ago

stephenashton-dhsc commented 9 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 9 months ago

Thank you!