The Open API specification for Synapse is now available for download!

Download Open API Spec

OIDCClaimsRequest

org.sagebionetworks.repo.model.oauth.OIDCClaimsRequest

Stores OIDC claims and details in accordance with OIDC Core 1.0 Claims Request. The keys used in these maps are OIDCClaimNames

Field Type Description
userinfo MAP<STRING,OIDCClaimsRequestDetails> The OIDC Claims that can be accessed by making a request to the userinfo endpoint
id_token MAP<STRING,OIDCClaimsRequestDetails> The OIDC Claims that will be provided via an ID token by making a request to the token endpoint.