Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Add ID token introspection for generic Oauth #1341

Open
lanedsmu opened this issue Nov 26, 2024 · 1 comment
Open

[Feat]: Add ID token introspection for generic Oauth #1341

lanedsmu opened this issue Nov 26, 2024 · 1 comment
Assignees
Labels
API-Service Backend Java Spring for the Lowcoder API

Comments

@lanedsmu
Copy link

Curerntly the generic Oauth provider interrogates the OIDC access token and will potentially query the userinfo endpoint for additional information. We'd like to be able to access data from the ID token as well.

Describe the solution you'd like
If there were a way--via json path or otherwise--to reference attributes from the ID token, that would improve the authentication process and possibilities significantly. The ID token--like the access token--is a standard in OIDC.

@FalkWolsky FalkWolsky added the API-Service Backend Java Spring for the Lowcoder API label Nov 27, 2024
@FalkWolsky FalkWolsky moved this to 🆕 New in Lowcoder Nov 27, 2024
@dragonpoo
Copy link
Collaborator

Lowcoder backend is already using ID token for mapping user info.
In frontend, please introduce a new mapping called "jwt" so that it refers to ID token field name.
@FalkWolsky @raheeliftikhar5 @Imiss-U1025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API-Service Backend Java Spring for the Lowcoder API
Projects
Status: 🆕 New
Development

No branches or pull requests

5 participants