Skip to content

Commit

Permalink
chore: add token auth methods supported
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Nov 7, 2024
1 parent 0292803 commit 946fa29
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ import { vAlgValueNotNone } from '../../common/v-common'
export const vAuthorizationServerMetadata = v.pipe(
v.looseObject({
issuer: vHttpsUrl,

token_endpoint: vHttpsUrl,
token_endpoint_auth_methods_supported: v.optional(v.array(v.string())),

authorization_endpoint: v.optional(vHttpsUrl),

jwks_uri: v.optional(vHttpsUrl),
Expand Down

0 comments on commit 946fa29

Please sign in to comment.