🔐 App Service Authentication Demo
👤 Authentication Status
Checking authentication status...
🎫 ID Token from /.auth/me
Full ID Token:
📋 Copy Token
📋 Token Claims
All claims from the authentication token:
🔗 Downstream API Call Demo
How it works:
1. Get your ID token from App Service Authentication
2. Use that token to call the downstream API
3. The API validates the token and returns protected data
🚀 Call Downstream API
🚪 Logout