Skip to content

Commit c3e957c

Browse files
authored
fix(condo): fixed sbbol auth for dev stand (#7438)
1 parent 52bb428 commit c3e957c

File tree

1 file changed

+1
-0
lines changed
  • apps/condo/domains/organization/integrations/sbbol

1 file changed

+1
-0
lines changed

apps/condo/domains/organization/integrations/sbbol/oauth2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class SbbolOauth2Api {
7070
token_endpoint: this.tokenUrl,
7171
userinfo_endpoint: this.userInfoUrl,
7272
revocation_endpoint: this.revokeUrl,
73+
jwks_uri: this.config.jwks_uri ? this.config.jwks_uri : `${this.protectedUrl}/jwks`,
7374
})
7475
// turn off JWKS storage as it's not workin with sbbol
7576
// TODO(zuch): Find a way to turn on jwks

0 commit comments

Comments
 (0)