You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am trying to connect Microsoft Azure I got stuck:
AADSTS50194: Application '59d9d013-dc3e-4ea0-a526-425005d4450b'(Seatsurfing) is not configured as a multi-tenant application. Usage of the /common endpoint is not supported for such applications created after '10/15/2018'. Use a tenant-specific endpoint or configure the application to be multi-tenant.
When I turn Multi-Tenant on, I got:
AADSTS9002325: Proof Key for Code Exchange is required for cross-origin authorization code redemption.
The text was updated successfully, but these errors were encountered:
If you own a Azure/Entra ID tenant, you should use the dedicated OAuth 2.0 authorization endpoint ("https://login.microsoftonline.com/{tenant-id}/oauth2/v2.0/authorize") form and not the generic one provided by the Seatsurfing template. The "Directory (tenant) ID" value in the "Overwiew" tab of the Azure/Entra ID app registration page is what you need and you can also copy and paste endpoints URL by clicking "Endpoints" in the same tab.
Do the same for the "Token URL" and you should be good.
When I am trying to connect Microsoft Azure I got stuck:
AADSTS50194: Application '59d9d013-dc3e-4ea0-a526-425005d4450b'(Seatsurfing) is not configured as a multi-tenant application. Usage of the /common endpoint is not supported for such applications created after '10/15/2018'. Use a tenant-specific endpoint or configure the application to be multi-tenant.
When I turn Multi-Tenant on, I got:
AADSTS9002325: Proof Key for Code Exchange is required for cross-origin authorization code redemption.
The text was updated successfully, but these errors were encountered: