You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"info": "This is private information for authenticated users.",
205
-
"email": "user@example.com"
209
+
"message": "Hello John Doe (from UserInfo)",
210
+
"email": "user@example.com"
206
211
}
207
212
```
213
+
*Note: The actual message will contain the first and last name retrieved from the OIDC provider's UserInfo endpoint.*
208
214
209
215
You can obtain a test token by logging into the frontend application, which stores the access token. You can inspect network requests or use browser developer tools to find the token.
0 commit comments