OIDC_client
Home
Privacy
Tokens
Get Time
Url Tool
Register
Login
Login using Implicit flow (fragment)
This page allows you to construct a login link using the implicit flow. The tokens will be returned in the URL.
Visit
this
page for more details about these parameters.
Creating the login link
response_type
What do I want to get back? Can either be:
id_token token
or
id_token
client_id
The client identifier
scope
What do I want to have access to? Can be any of
openid email profile phone
. The
openid
is a required scope.
prompt
value that specifies whether the Authorization Server prompts the End-User for reauthentication and consent. Valid options are
none, login, consent, select_account.
state
Opaque value used to maintain state between the request and the callback.
nonce
String value used to associate a Client session with an ID Token, and to mitigate replay attacks.
redirect_uri
Where do we want to end up after the authentication.