ory / hydra

The most scalable and customizable OpenID Certified™ OpenID Connect and OAuth Provider on the market. Become an OpenID Connect and OAuth2 Provider over night. Broad support for related RFCs. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=hydra
Apache License 2.0
15.5k stars 1.49k forks source link

Add `prompt=create` alias for `prompt=registration` #3742

Open alnr opened 6 months ago

alnr commented 6 months ago

Preflight checklist

Ory Network Project

No response

Describe your problem

prompt=registration was implemented in https://github.com/ory/hydra/pull/3636. The OpenID spec has standardized this parameter as prompt=create (https://openid.net/specs/openid-connect-prompt-create-1_0.html).

Describe your ideal solution

Add an alias create for registration.

Workarounds or alternatives

none

Version

2.2

Additional Context

No response

msroz commented 2 months ago

Hi!

I am developing an IDP and we are in need of the feature. Is there any plan to resolve this issue in the near future? If not, I would be happy to contribute by submitting a pull request.

Thank you.