Skip to content

Commit

Permalink
chore: remove jwks_uri in favour of wellKnown
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Aug 4, 2021
1 parent 61ae394 commit c0311cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/lib/oauth/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export async function openidClient(options) {
provider.authorization.url ?? provider.authorization,
token_endpoint: provider.token.url ?? provider.token,
userinfo_endpoint: provider.userinfo.url ?? provider.userinfo,
jwks_uri: provider.jwks_uri,
})
}

Expand Down

0 comments on commit c0311cf

Please sign in to comment.