I have…
- [ X ] Checked the logs and have provided the logs if I found something suspicious there
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ X ] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
Unable to connect using a custom tenant id for Microsoft (Azure AD)
Getting a unmanaged error with no more details
Environment
Windows Server 2019
- [ ] Self hosted with docker
- [ X ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: 4.3.0
Browser:
- [ X ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Screen(s):
After “Sign-in with Microsoft”
Configuration
Error:
Message : An error was encountered while handling the remote login.
Trace:
at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler\u00601.HandleRequestAsync()\r\n
at IdentityServer4.Hosting.FederatedSignOut.AuthenticationRequestHandlerWrapper.HandleRequestAsync()\r\n
I’m running in debug logs level and have attached my logfile if needed.
Logifle: https://pastebin.com/raw/bABMgWJb
I guess it’s related to API permissions on Azure AD, if so, can you tell me what permissions are needed on user scope ?
Thanks in advance for help !