SupabaseS
Supabase4w ago
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"}


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 


With next authen, it ran successfully
Was this page helpful?