ui icon indicating copy to clipboard operation
ui copied to clipboard

Oauth additional claims2

Open serg-bs opened this issue 9 months ago • 2 comments

We have Identity provider for multiple applications. We want to have granular access. For that we need additional claims

For example https://www.pgadmin.org/docs/pgadmin4/8.3/oauth2.html OAUTH2_ADDITIONAL_CLAIMS Pgadmin example

{ 'OAUTH2_NAME': 'SAP', 'OAUTH2_DISPLAY_NAME': 'SAP IAS', 'OAUTH2_CLIENT_ID': '<clientId>', 'OAUTH2_CLIENT_SECRET': '<clientSecret>', 'OAUTH2_TOKEN_URL': 'oauth2/token', 'OAUTH2_AUTHORIZATION_URL': 'oauth2/authorize', 'OAUTH2_SERVER_METADATA_URL': '.well-known/openid-configuration', 'OAUTH2_API_BASE_URL': '', 'OAUTH2_USERINFO_ENDPOINT': 'oauth2/userinfo', 'OAUTH2_SCOPE': 'openid email profile', 'OAUTH2_USERNAME_CLAIM': 'email', 'OAUTH2_ICON': 'fa-sign-in', 'OAUTH2_BUTTON_COLOR': '#F0AB00' 'OAUTH2_ADDITIONAL_CLAIMS': { 'groups': ['pgadmin'] } } Duplicate: https://github.com/temporalio/ui/issues/1913

serg-bs avatar May 14 '25 07:05 serg-bs

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
holocene ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 14, 2025 8:11am

vercel[bot] avatar May 14 '25 07:05 vercel[bot]

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 14 '25 07:05 CLAassistant