/AWS1/CL_EC2CREVERIFIEDACCNA00¶
Describes the OpenID Connect (OIDC) options.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_PUBLICSIGNINGKEYENDPOINT
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The public signing key endpoint.
IV_ISSUER
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The OIDC issuer identifier of the IdP.
IV_AUTHORIZATIONENDPOINT
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The authorization endpoint of the IdP.
IV_TOKENENDPOINT
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The token endpoint of the IdP.
IV_USERINFOENDPOINT
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The user info endpoint of the IdP.
IV_CLIENTID
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The OAuth 2.0 client identifier.
IV_CLIENTSECRET
TYPE /AWS1/EC2CLIENTSECRETTYPE
/AWS1/EC2CLIENTSECRETTYPE
¶
The OAuth 2.0 client secret.
IV_SCOPE
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The set of user claims to be requested from the IdP.
Queryable Attributes¶
PublicSigningKeyEndpoint¶
The public signing key endpoint.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PUBLICSIGNINGKEYENDPOINT() |
Getter for PUBLICSIGNINGKEYENDPOINT, with configurable defau |
ASK_PUBLICSIGNINGKEYENDPOINT() |
Getter for PUBLICSIGNINGKEYENDPOINT w/ exceptions if field h |
HAS_PUBLICSIGNINGKEYENDPOINT() |
Determine if PUBLICSIGNINGKEYENDPOINT has a value |
Issuer¶
The OIDC issuer identifier of the IdP.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISSUER() |
Getter for ISSUER, with configurable default |
ASK_ISSUER() |
Getter for ISSUER w/ exceptions if field has no value |
HAS_ISSUER() |
Determine if ISSUER has a value |
AuthorizationEndpoint¶
The authorization endpoint of the IdP.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHORIZATIONENDPOINT() |
Getter for AUTHORIZATIONENDPOINT, with configurable default |
ASK_AUTHORIZATIONENDPOINT() |
Getter for AUTHORIZATIONENDPOINT w/ exceptions if field has |
HAS_AUTHORIZATIONENDPOINT() |
Determine if AUTHORIZATIONENDPOINT has a value |
TokenEndpoint¶
The token endpoint of the IdP.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TOKENENDPOINT() |
Getter for TOKENENDPOINT, with configurable default |
ASK_TOKENENDPOINT() |
Getter for TOKENENDPOINT w/ exceptions if field has no value |
HAS_TOKENENDPOINT() |
Determine if TOKENENDPOINT has a value |
UserInfoEndpoint¶
The user info endpoint of the IdP.
Accessible with the following methods¶
Method | Description |
---|---|
GET_USERINFOENDPOINT() |
Getter for USERINFOENDPOINT, with configurable default |
ASK_USERINFOENDPOINT() |
Getter for USERINFOENDPOINT w/ exceptions if field has no va |
HAS_USERINFOENDPOINT() |
Determine if USERINFOENDPOINT has a value |
ClientId¶
The OAuth 2.0 client identifier.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLIENTID() |
Getter for CLIENTID, with configurable default |
ASK_CLIENTID() |
Getter for CLIENTID w/ exceptions if field has no value |
HAS_CLIENTID() |
Determine if CLIENTID has a value |
ClientSecret¶
The OAuth 2.0 client secret.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLIENTSECRET() |
Getter for CLIENTSECRET, with configurable default |
ASK_CLIENTSECRET() |
Getter for CLIENTSECRET w/ exceptions if field has no value |
HAS_CLIENTSECRET() |
Determine if CLIENTSECRET has a value |
Scope¶
The set of user claims to be requested from the IdP.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCOPE() |
Getter for SCOPE, with configurable default |
ASK_SCOPE() |
Getter for SCOPE w/ exceptions if field has no value |
HAS_SCOPE() |
Determine if SCOPE has a value |