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

Support for user registration - prompt=create #2185

Closed
1 task done
jhartmann123 opened this issue Sep 16, 2024 · 2 comments · Fixed by #2197
Closed
1 task done

Support for user registration - prompt=create #2185

jhartmann123 opened this issue Sep 16, 2024 · 2 comments · Fixed by #2197

Comments

@jhartmann123
Copy link

Confirm you've already contributed to this project or that you sponsor it

  • I confirm I'm a sponsor or a contributor

Describe the solution you'd like

OpenIddictConstants.Prompts currently does not support the value create used for initiating user registration.

Spec: https://openid.net/specs/openid-connect-prompt-create-1_0.html

As it looks like on a first glance, the Prompts-class is just missing the value, as the rest is basically a normal authorization / login flow.

Additional context

No response

@kevinchalet
Copy link
Member

Hey,

Enhancement suggestions are reserved to sponsors but I liked the idea and decided to implement the complete specification in OpenIddict 6.0: #2197.

@jhartmann123
Copy link
Author

Oh, sorry, I was sure my company sponsored you the last ~1.5 years, but looking at the GitHub sponsors it doesn't look like that. I'll look into that.

Thanks for implementing that feature anyway! 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment