Legacy Flows
Overview
Why It's Deprecated
Flow
User → Client → Authority → Client (with token in URL fragment)Authorization Request
GET /authorize?
response_type=token
&client_id=abc123
&redirect_uri=https://app.example.com/callback
&scope=openid%20profile
&state=xyz789Response
Migration to PKCE
Next Steps
Last updated
Was this helpful?