Your suggested change has been received. Thank you.
Returns the authorization configuration (JWKS and JWT details).
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
{- "resources": [
- "string"
], - "links": { },
- "config": {
- "jwksUri": "string",
- "issuer": "string",
- "audience": "string"
}, - "cursor": "string"
}
Updates the authorization configuration (JWKS and JWT details)
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
jwksUri required | string The URI of the JSON Web Key Set. |
issuer required | string The URI of the JWT issuer. |
audience | string The expected audience of the JWT. |
{- "jwksUri": "string",
- "issuer": "string",
- "audience": "string"
}
{- "resources": [
- "string"
], - "links": { },
- "config": {
- "jwksUri": "string",
- "issuer": "string",
- "audience": "string"
}, - "cursor": "string"
}
Returns the authorization configuration (JWKS and JWT details).
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
{- "resources": [
- "string"
], - "links": { },
- "config": {
- "jwksUri": "string",
- "issuer": "string",
- "audience": "string"
}, - "cursor": "string"
}
Updates the authorization configuration (JWKS and JWT details)
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
jwksUri required | string The URI of the JSON Web Key Set. |
issuer required | string The URI of the JWT issuer. |
audience | string The expected audience of the JWT. |
{- "jwksUri": "string",
- "issuer": "string",
- "audience": "string"
}
{- "resources": [
- "string"
], - "links": { },
- "config": {
- "jwksUri": "string",
- "issuer": "string",
- "audience": "string"
}, - "cursor": "string"
}