diff --git a/docs/authentication.md b/docs/authentication.md index 890cf53..5e5aae4 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -14,6 +14,8 @@ During setup, the difference in configuration between each method is the value o ## Primary (default) authentication method This requires *alt_auth_method* to be set to *False* or be not present and the redirect URI in your Entra ID App Registration set to `https://login.microsoftonline.com/common/oauth2/nativeclient`. +Do not use Safari on MacOS for this process, you will not be returned the URL at step 3 that you need. + When adding the integration, leave `Use alternate authentication` disabled. 1. When prompted click the `Link MS365 account` link. 1. Login on the Microsoft page; when prompted, authorize the app you created @@ -22,7 +24,7 @@ When adding the integration, leave `Use alternate authentication` disabled. 1. Click `Submit`. ## Alternate authentication method -This requires the `Use alternate authentication` to be enabled and the redirect URI in your Entra ID App Registration set to `https:///api/ms365_todo` (Nabu Casa users should use `https:///api/ms365_todo` instead). +This requires the `Use alternate authentication` to be enabled and the redirect URI in your Entra ID App Registration set to `https:///api/ms365` (Nabu Casa users should When adding the integration, enable `Use alternate authentication`. 1. When prompted click the `Link MS365 account` link.