UpdateOidcInput (Input)
Description
No description
Fields
| Name | Description |
|---|---|
| jwksUri - String | The URL to the JWKS endpoint (jwks_uri). Takes precedence over JWT secret if provided. |
| jwtSecret - String | The secret used to sign the JWT. If jwksUri is provided, this will be ignored. |
| validIssuers - [String!] |
input UpdateOidcInput {
jwksUri: String
jwtSecret: String
validIssuers: [String!]
}