Skip to content
New issue

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

Client problems due to unsupported response types #601

Closed
rmiccoli opened this issue Apr 21, 2023 · 1 comment · Fixed by #610
Closed

Client problems due to unsupported response types #601

rmiccoli opened this issue Apr 21, 2023 · 1 comment · Fixed by #610
Assignees
Labels
Milestone

Comments

@rmiccoli
Copy link
Contributor

rmiccoli commented Apr 21, 2023

Interface problems arise if this query is not empty:

select client_id from client_details where id in (select owner_id from client_response_type where response_type in ("code token id_token", "code token", "token id_token", "id_token"));

There are two workarounds:

  1. By querying the database:
delete from client_response_type where response_type in ("code token id_token", "code token", "token id_token", "id_token");
  1. By going to the hidden MitreID endpoint (/manage/admin/clients) as admin user and manually unchecking the undesirable response types from the client configuration.
@rmiccoli rmiccoli added kind/bug component/mitreid Issue that regards the mitreId library labels Apr 21, 2023
@rmiccoli
Copy link
Contributor Author

rmiccoli commented Jun 5, 2023

PR #610

@enricovianello enricovianello added this to the v1.8.4 milestone Jun 14, 2023
@enricovianello enricovianello linked a pull request Jul 11, 2023 that will close this issue
@enricovianello enricovianello removed the component/mitreid Issue that regards the mitreId library label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants