Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem Microsoft Azure #266

Open
groetg opened this issue Aug 29, 2024 · 2 comments
Open

Problem Microsoft Azure #266

groetg opened this issue Aug 29, 2024 · 2 comments

Comments

@groetg
Copy link

groetg commented Aug 29, 2024

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.

@kairos322
Copy link

Hi @groetg .

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.

@groetg
Copy link
Author

groetg commented Sep 30, 2024

Hi @kairos322,

I already did that, so that's why I wonder why it still won'work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants