Welcome!

This is a demo application that shows the use of OAuth 2 and OpenID Connect.

{% if not registered %}

Press the button below to register your unique client with the OAuth server: {{ server_name | e }}.

Register {% else %}

Client {{ client_id }} is {{ "dynamically" if using_dynamic_registration else "statically" }} registered.

{% if using_dynamic_registration %}

Client Configuration > Delete Client Configuration

{% endif %}

Pressing Sign In will redirect you to {{ authorization_endpoint | e }} where you can authorize the application {{ client_data.client_name | e }} to access your profile info. The data will only be used to demonstrate the possibilities of the OpenID Connect protocol and will not be stored.

Sign In

{% endif %}

Copyright Curity AB 2017-2021

Visit Curity.io for more information