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

Welcome!

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

You have to login before you can search for flights.

Login with Authorization Server

Test settings

Login with Code Flow

Username/Password: alice/alice

Login with Code Flow in popup

Username/Password: alice/alice

Note: When using IE, some security settings block the communication with popups. This prevents that this feature works.

access_token_expiration: {{ access_token_expiration }}

id_token_expiration: {{ id_token_expiration }}

access_token: {{ access_token }}

id_token: {{ id_token }}

user profile:
{{ userProfile | json }}

Further Actions