MongoCredential.IdpInfo (driver-core 5.5.0 API) (original) (raw)
Enclosing class:
@Evolving public static interface MongoCredential.IdpInfo
The OIDC Identity Provider's configuration that can be used to acquire an Access Token.
Since:
5.1
Method Summary
Method Details
getIssuer
Returns:
URL which describes the Authorization Server. This identifier is the iss of provided access tokens, and is viable for RFC8414 metadata discovery and RFC9207 identification.getClientId
Returns:
Unique client ID for this OIDC client.getRequestScopes
Returns:
Additional scopes to request from Identity Provider. Immutable.