We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bb428 commit c3e957cCopy full SHA for c3e957c
apps/condo/domains/organization/integrations/sbbol/oauth2.js
@@ -70,6 +70,7 @@ class SbbolOauth2Api {
70
token_endpoint: this.tokenUrl,
71
userinfo_endpoint: this.userInfoUrl,
72
revocation_endpoint: this.revokeUrl,
73
+ jwks_uri: this.config.jwks_uri ? this.config.jwks_uri : `${this.protectedUrl}/jwks`,
74
})
75
// turn off JWKS storage as it's not workin with sbbol
76
// TODO(zuch): Find a way to turn on jwks
0 commit comments