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
This command works as expected:
hydra clients create \ --id ory.cloud-platform.sites-app \ --is-public \ -r code,id_token \ -g authorization_code,refresh_token \ -a offline,openid,ory.sites,force-consent \ -c https://sites-app/callback
But the policy does not:
{ "id": "ory.cloud-platform.sites-app", "owner": "aeneas@ory.am", "scope": "offline openid ory.sites force-consent", "redirect_uris": [ "https://sites-app/callback" ], "grant_types": [ "authorization_code", "refresh_token" ], "public": true, "response:types": [ "token", "id_token", "code" ] }
The text was updated successfully, but these errors were encountered:
nvm
Sorry, something went wrong.
No branches or pull requests
This command works as expected:
But the policy does not:
The text was updated successfully, but these errors were encountered: