Internal resources

internal/token

OAUTHInfo

OAUTHInfo provides the information for an OAUTH server to retrieve the secrets that can validate a JWT token issued by us.

Relations

Retrieves the OAUTH info.
Retrieves the OAUTH info for this namespace.
Parameters:
  • mode (enum(oidc)): When set to type OIDC it will return the data as a raw JSON object and not a Microsegmentation Console-compatible API.

Attributes

Type: []string
IDTokenSigningAlgValuesSupported is corresponding attribute of the OIDC spec.
Type: string
JWKSURI is the URI that can be used to retrieve the public keys that will verify a JWT.
Type: string
AuhorizationEndpoint is the authorization endpoint.
Type: []string
ClaimsSupported is corresponding attribute of the OIDC spec.
Type: string
Issuer is the the URL pointing to the issuer of the token.
Type: []string
ResponseTypesSupported is corresponding attribute of the OIDC spec.
Type: []string
ScopesSupported is corresponding attribute of the OIDC spec.
Type: []string
SubjectTypesSupported is corresponding attribute of the OIDC spec.
Type: []string
TokenEndpointAuthMethodsSupported is corresponding attribute of the OIDC spec.

OAUTHKey

OAUTHInfo provides the information for an OAUTH server to retrieve the secrets that can validate a JWT token issued by us.

Relations

Retrieves the OAUTH info.
Retrieves the OAUTH info for this namespace.
Parameters:
  • mode (enum(oidc)): When set to OIDC it will return the data as a raw JSON object and not a Microsegmentation Console-compatible API.

Attributes

Type: string
KeyString is the JWKS key response for an OAUTH verifier. It provides the OAUTH compatible signing keys.

internal/x509

PKIXName

Represents a public key infrastructure X.509 (PKIX) certificate.

Attributes

Type: string
Represents the Common Name field.
Type: []string
Represents the Country field.
Type: []string
Represents the Locality field.
Type: []string
Represents the Organization field.
Type: []string
Represents the Organizational Unit field.
Type: []string
Represents the Postal Code field.
Type: []string
Represents the Province field.
Type: []string
Represents the Street Address field.

Recommended For You