We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the form (create a request) page, include a link to the current configuration using hints in the querystring.
The text was updated successfully, but these errors were encountered:
+1 Or allow form to be filled with URL params, such as: https://oidcdebugger.com/?authorizeURI=https%3A%2F%2Fcompany.okta.com%2Foauth2%2Fv1%2Fauthorize
Sorry, something went wrong.
@camellia This is undocumented, but already works: https://oidcdebugger.com/?authorize_uri_hint=https%3A%2F%2Fcompany.okta.com%2Foauth2%2Fv1%2Fauthorize
The application recognizes these URL params: authorize_uri_hint, redirect_uri_hint, client_id_hint, scope_hint, response_mode_hint, state_hint
authorize_uri_hint
redirect_uri_hint
client_id_hint
scope_hint
response_mode_hint
state_hint
Let me know if that's helpful!
Fantastic, very helpful. Thanks, @nbarbettini
fyi @corywdixon
No branches or pull requests
On the form (create a request) page, include a link to the current configuration using hints in the querystring.
The text was updated successfully, but these errors were encountered: