Create a custom OIDC token typepost https://{tenanturl}/v1.0/sts/tokentypesCreate a new custom OIDC token type for this tenant.Entitlements required: manageSTSClients (Manage STS clients and token types)Body ParamsCustom OIDC token type payloadnamestringrequiredToken type name.typestringrequiredBase token type that this token type adopt.descriptionstringToken type description.issuerstringToken type issuer.jwksUristringJSON Web Keys (JWKs) URI.identityMappingobjectidentityMapping objectvalidateobjectConfiguration for validation mode.validate objectResponses 201The custom OIDC token type was successfully created. 400The request was invalid. 403Access was forbidden. 409A custom OIDC token type with the same ID already exists. 500An internal server error occurred.Updated almost 2 years ago