Status: {{ givenName ? 'logged in' : 'logged out' }}

Welcome!

Welcome, {{givenName}} {{familyName}}!

Login with Authorization Server

Username/Password: max/geheim

access_token_expiration: {{access_token_expiration}}

id_token_expiration: {{id_token_expiration}}

access_token: {{access_token}}

id_token: {{id_token}}

user profile:
{{userProfile | json}}