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

Possibility to pass state to OAuth provider and get it back from the callback URL #7190

Closed
wowczarczyk opened this issue Apr 7, 2023 · 2 comments
Labels
enhancement New feature or request triage Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.

Comments

@wowczarczyk
Copy link

Description 📓

According to the OpenID spec:

https://openid.net/specs/openid-connect-core-1_0.html#rfc.section.3.1.2.1

it should be possible to pass custom state when calling the authorize endpoint and get this state back in the callback URL.

I think this is planned per this comment in the check.ts

How to reproduce ☕️

Contributing 🙌🏽

Yes, I am willing to help implement this feature in a PR

@wowczarczyk wowczarczyk added enhancement New feature or request triage Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime. labels Apr 7, 2023
@wowczarczyk
Copy link
Author

Hmm, I think this is managed here already:

#5727
#6726

@balazsorban44
Copy link
Member

Indeed, duplicate of #5727, so closing in favor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
Projects
None yet
Development

No branches or pull requests

2 participants