JWT Issuer
JwtIssuer specifies configuration associated with a JWT issuer.
For example,
issuer: "https://mycompany.corp"
jwksUri: "https://mycompany.corp/jwks.json"
shortName: "mycorp"
tokenFields:
attributes:
jsonPath: .custom_attributes
JwtIssuer
JwtIssuer specifies configuration associated with a JWT issuer.
Field | Description | Validation Rule |
issuer | string | string = { |
jwksUri | string | string = { |
jwks | string | string = { |
shortName | string | string = { |
tokenFields | tetrateio.api.onboarding.config.install.v1alpha1.JwtTokenFields | – |
JwtTokenField
JwtTokenField specifies a custom field included into the OIDC ID Token.
Field | Description | Validation Rule |
jsonPath | string | string = { |
JwtTokenFields
JwtTokenFields specifies custom fields included into the OIDC ID Token.
Field | Description | Validation Rule |
attributes | tetrateio.api.onboarding.config.install.v1alpha1.JwtTokenField
then, you can indicate to the `Workload Onboarding Plane` to treat the contents of field `custom_attributes` as fine-grained attributes associated with the workload. | – |