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
public
The public flag is now to be set using token_endpoint_auth_method=none.
token_endpoint_auth_method=none
The text was updated successfully, but these errors were encountered:
This needs to be handled in the CLI as well
Sorry, something went wrong.
client: Deprecate public flag
5b60af6
The `public` flag has been deprecated in favor of setting `token_endpoint_auth_method=none`. Closes #938 Signed-off-by: arekkas <aeneas@ory.am>
cmd: Add flags for newly introduced oidc client settings
af26950
Closes #938 Signed-off-by: arekkas <aeneas@ory.am>
8f71806
c4b902d
aeneasr
No branches or pull requests
The public flag is now to be set using
token_endpoint_auth_method=none
.The text was updated successfully, but these errors were encountered: