Closed foresx closed 4 years ago
fixed this problem with setting client config: "response_types": [ "id_token", "token", "code", "id_token token" ]
get idea from this issue. https://github.com/ory/fosite/issues/304
please help me to close this issue. @aeneasr
The response types you posted appear to be correct. I think you're probably getting a different issue now?
The response types you posted appear to be correct. I think you're probably getting a different issue now?
I fixed this problem by adding a new response types "id_token token". I'm having no problems now.
Glad you were able to solve it!
Describe the bug
I'm tring to use implicit flow to request the token and the id_token.
Reproducing the bug
Steps to reproduce the behavior:
Server logs
Server configuration
Expected behavior
I want to get the id_token so that we can assign a logout_url when my client perform logout flow.
Environment 1.1.0 ory-hydra with helm chart
Additional context
Add any other context about the problem here.