© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3mo ago•
1 reply
Duy

Can Not Login Using Azure AD In local

This is the response

{"component":"api","error":"failed to verify signature: failed to verify id token signature","level":"error","method":"GET","msg":"500: Error getting user profile from external provider","path":"/callback","referer":"http://localhost:3000/","remote_addr":"172.217.27.10","request_id":"f462fd32-5f58-4562-be22-426e44345806","time":"2025-11-25T03:17:30Z"}
{"component":"api","error":"failed to verify signature: failed to verify id token signature","level":"error","method":"GET","msg":"500: Error getting user profile from external provider","path":"/callback","referer":"http://localhost:3000/","remote_addr":"172.217.27.10","request_id":"f462fd32-5f58-4562-be22-426e44345806","time":"2025-11-25T03:17:30Z"}


My config:

[auth.external.azure]
enabled = true
client_id = "masked"
secret = "masked"
url = "https://login.microsoftonline.com/b6260bc1-0228-4c6f-9881-15add8fb5383"
redirect_uri = "http://localhost:54321/auth/v1/callback"
skip_nonce_check = true 
[auth.external.azure]
enabled = true
client_id = "masked"
secret = "masked"
url = "https://login.microsoftonline.com/b6260bc1-0228-4c6f-9881-15add8fb5383"
redirect_uri = "http://localhost:54321/auth/v1/callback"
skip_nonce_check = true 


With next authen, it ran successfully
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

azure login not working
SupabaseSSupabase / help-and-questions
4y ago
Azure Login
SupabaseSSupabase / help-and-questions
3mo ago
Microsoft Edge Azure AD SSO Issue
SupabaseSSupabase / help-and-questions
6mo ago
Can't re-login using Github
SupabaseSSupabase / help-and-questions
5mo ago