Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PDOIDC and version Paris_OIDC

...

ParameterDescriptionDefaultRequired
client_idSee parameter description in documentation of the Authorize endpoint.
 
Yes
redirect_uri

See parameter description in documentation of the Authorize endpoint.

Read more about how the Connector can help with window/inline management.

 
Yes
oauth_url

Absolute URL to the OIDC Authorize endpoint.

(default authorize endpoint)
No. The OIDC Connector determines the correct URL value via the output from oidc_url
oidc_urlAbsolute URL to the OIDC Openid-configuration endpoint.
(default .well-known endpoint)
No. The OIDC Connector embeds the correct URL value
scope

See parameter description in documentation of the Authorize endpoint.

'openid'No
methodSpecify the desired frame method, as explained here
How will the login dialogs be presented to the user?
'redirect'No
response_type

See parameter description in documentation of the Authorize endpoint.

'code'No
response_mode

See parameter description in documentation of the Authorize endpoint.

'query'
No
promptSee parameter description in documentation of the Authorize endpoint.
''
No
acrCorresponds to theacr_values parameter as described in documentation of the Authorize endpoint.4No
userlogin_profilehintCorresponds to thelogin_hint parameter described in documentation of the Authorize endpoint.
''
No
stateSee parameter description in documentation of the Authorize endpoint.
'untouched'
No
nonceSee parameter description in documentation of the Authorize endpoint.
''
No
ui_localesSee parameter description in documentation of the Authorize endpoint.
'nb'
No
id_token_hintSee parameter description in documentation of the Authorize endpoint.
''
No
sign_idSee parameter description in documentation of the Authorize endpoint.
''
No
sign_txtSee parameter description in documentation of the Authorize endpoint.
''
No

The doInit() optionally returns a Promise object if Promise is supported by the browser.

Warning

For increased security in a production environment, it is highly encouraged to use nonce and state parameters when interacting with the OIDC service.

...