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
Add a Builder for RequestUrl, as well as serialization and deserialization to and from a request literal string.
RequestUrl
This will improve the construction of new SiopRequests.
[Self-Issued OpenID Provider Authorization Request](https://openid.net/specs/openid-connect-self-issued-v2-1_0.html#name-self-issued-openid-provider-a)
The text was updated successfully, but these errors were encountered:
nanderstabel
Successfully merging a pull request may close this issue.
Description
Add a Builder for
RequestUrl
, as well as serialization and deserialization to and from a request literal string.Motivation
This will improve the construction of new SiopRequests.
Resources
[Self-Issued OpenID Provider Authorization Request](https://openid.net/specs/openid-connect-self-issued-v2-1_0.html#name-self-issued-openid-provider-a)
To-do List
RequestUrl
feat: Add SIOP Request features #17RequestUrl
feat: add claims and scope support #18The text was updated successfully, but these errors were encountered: