Uses of Class
net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCClientMetadataPopulationAction
Packages that use AbstractOIDCClientMetadataPopulationAction
Package
Description
Profile action implementations related to OIDC.
-
Uses of AbstractOIDCClientMetadataPopulationAction in net.shibboleth.idp.plugin.oidc.op.profile.impl
Subclasses of AbstractOIDCClientMetadataPopulationAction in net.shibboleth.idp.plugin.oidc.op.profile.implModifier and TypeClassDescriptionclassAdds the application_type to theOIDCClientRegistrationResponseContext.classAdds client name from the input metadata to the outputOIDCClientMetadata.classAdds the contents of the contacts attribute from the input metadata to the outputOIDCClientMetadata.classAn action that adds the grant_type to the client metadata.classAn action that adds the jwks or jwks_uri to the client metadata, if one of those were defined in the request.classThis action adds the logo_uri(s) to the client metadata.classAdds the parameters related to OIDC logout to the outputOIDCClientMetadata.classAn action that adds the trusted metadata_statement chain (containing OP's signed key) to the metadata_statement claim in the response metadata.classThis action adds the policy_uri(s) to the client metadata.classAdds the (mandatory) redirect_uris to the outputOIDCClientMetadata.classAdds the remaining claims from the input metadata to the outputOIDCClientMetadata, which haven't been added there already, but which are recognized in the metadata policy.classVerifies and adds the request object configuration details (request_object_signing_alg, request_object_encryption_alg and request_object_encryption_enc) to the client metadata.classAdds the pre-registered request_uri values to the outputOIDCClientMetadata.classAn action that adds response_types to the OIDC client metadata.classAdds theScopefrom the input metadata to the outputOIDCClientMetadata.classVerifies and adds the security configuration details (*_response_alg and *_response_enc) to the client metadata.classAn action that adds the subject_type to the client metadata.classAn action that adds the token_endpoint_auth_method to the client metadata.classThis action adds the tos_uri(s) to the client metadata.