Skip to content

Commit

Permalink
[PLAT-14733]: Add support for OIDC attributes jwt_jwks_path and jwt_j…
Browse files Browse the repository at this point in the history
…wks_url

Summary: DB has added additional attributes for supporting OIDC, hence added support for OIDC attributes jwt_jwks_path and jwt_jwks_url

Test Plan:
Please refer to screenshots
{F268555}

{F268556}

Reviewers: jmak, svarshney

Reviewed By: jmak

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D36788
  • Loading branch information
rajmaddy89 committed Jul 24, 2024
1 parent 2813d78 commit 49523f5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion managed/ui/src/utils/UniverseUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ const LDAP_KEYS = [
'ldapurl'
];

const JWT_KEYS = ['map', 'jwt_audiences', 'jwt_issuers', 'jwt_matching_claim_key', 'jwks'];
const JWT_KEYS = [
'map',
'jwt_audiences',
'jwt_issuers',
'jwt_matching_claim_key',
'jwks',
'jwt_jwks_path',
'jwt_jwks_url'
];

export const CONST_VALUES = {
JWT: 'jwt',
Expand Down

0 comments on commit 49523f5

Please sign in to comment.