class |
AddApplicationTypeToClientMetadata |
|
class |
AddClientNameToClientMetadata |
Adds client name from the input metadata to the output OIDCClientMetadata.
|
class |
AddContactsToClientMetadata |
Adds the contents of the contacts attribute from the input metadata to the output OIDCClientMetadata.
|
class |
AddGrantTypeToClientMetadata |
An action that adds the grant_type to the client metadata.
|
class |
AddJwksToClientMetadata |
An action that adds the jwks or jwks_uri to the client metadata, if one of those were defined in the request.
|
class |
AddLogoUrisToClientMetadata |
This action adds the logo_uri(s) to the client metadata.
|
class |
AddMetadataStatementToClientMetadata |
An action that adds the trusted metadata_statement chain (containing OP's signed key) to the metadata_statement
claim in the response metadata.
|
class |
AddPolicyUrisToClientMetadata |
This action adds the policy_uri(s) to the client metadata.
|
class |
AddRedirectUrisToClientMetadata |
Adds the (mandatory) redirect_uris to the output OIDCClientMetadata.
|
class |
AddRemainingClaimsToClientMetadata |
Adds the remaining claims from the input metadata to the output OIDCClientMetadata, which haven't been
added there already, but which are recognized in the metadata policy.
|
class |
AddRequestObjectSecurityConfigurationToClientMetadata |
Verifies and adds the request object configuration details (request_object_signing_alg,
request_object_encryption_alg and request_object_encryption_enc) to the client metadata.
|
class |
AddResponseTypesToClientMetadata |
An action that adds response_types to the OIDC client metadata.
|
class |
AddScopeToClientMetadata |
Adds the Scope from the input metadata to the output OIDCClientMetadata.
|
class |
AddSecurityConfigurationToClientMetadata |
Verifies and adds the security configuration details (*_response_alg and *_response_enc) to the client metadata.
|
class |
AddSubjectTypeToClientMetadata |
An action that adds the subject_type to the client metadata.
|
class |
AddTokenEndpointAuthMethodsToClientMetadata |
An action that adds the token_endpoint_auth_method to the client metadata.
|
class |
AddTosUrisToClientMetadata |
This action adds the tos_uri(s) to the client metadata.
|