Skip to main content

UpdateOidcInput (Input)

Description

No description



Fields

NameDescription
jwksUri - StringThe URL to the JWKS endpoint (jwks_uri). Takes precedence over JWT secret if provided.
jwtSecret - StringThe secret used to sign the JWT. If jwksUri is provided, this will be ignored.
validIssuers - [String!]

input UpdateOidcInput {
jwksUri: String
jwtSecret: String
validIssuers: [String!]
}