Versions Compared

Key

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

This page lists Client Configuration parameters used when SSO Server acts as OAuth 2.0 or OpenID Connect provider

NameDescription

OAuth 2.0 parameters

redirect_urisList of allowed redirect_uri values for client
token_endpoint_auth_methodControls Client Authentication method for client
grant_typesList of allowed grant types for client. If not specified then authorization_code, password and refresh_token are allowed
response_types

List of allowed response types for client

Only code is currently implemented

client_name

Human readable name of client. 

See SSO Login UI Customizationcustomization - SSO

logo_uri

Uri that references a logo for the client

See SSO Login UI Customizationcustomization - SSO

scopeList of allowed scope values for client. If not specified then all scope values are allowed
jwks

Public keys of client as a JSON Web Key Set

client_id

Unique client identifier

Configuration response only

client_secret

Client secret

Configuration response only


OpenID Connect parameters

id_token_signed_response_alg

id_token_encrypted_response_alg

id_token_encrypted_response_enc

Controls ID Token signature and encryption algorithms

userinfo_signed_response_alg

userinfo_encrypted_response_alg

userinfo_encrypted_response_enc

Controls UserInfo Response signature and encryption algorithms

request_object_signing_alg

request_object_encryption_alg

request_object_encryption_enc

Controls Authorization Request signature and encryption algorithms
token_endpoint_auth_signing_algControls JWT Client Authentication signature algorithm

References