Skip to content

Add "create" prompt to open registration page #1135

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

moshenskyi
Copy link

@moshenskyi moshenskyi commented Jul 15, 2025

Checklist

  • I read the Contribution Guidelines
  • I signed the CLA and WG Agreements
  • I ran, updated and added unit tests as necessary.
  • I verified the contribution matches existing coding style.
  • I updated the documentation if necessary.

Motivation and Context

For a long time there were lots of hacks to open registration page directly. Now, we have a standard that is supported by a majority of authorization servers. That's why I'm extending AppAuth with another prompt value from OIDC spec (link) described in issue #1134.

Many users already use this prompt parameter, so the idea is to extend the library to:

  • standardize the set of allowed prompt values
  • add extensive documentation for newcomers with link to specs (as we do it for other values)
  • align AppAuth with real-world OIDC implementations (Keycloak, Auth0, etc.)

Description

This solution allows to use predefined prompt to open registration page directly in AuthorizationRequest:

Знімок екрана 2025-07-16 о 00 24 45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant