-
Notifications
You must be signed in to change notification settings - Fork 43
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
Assign oidc-agent clients to whom approved it #817
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test that fails is due to a constraint on a column of a mysql table (not h2). Consider correcting/eliminating the test if not necessary
Test removed, as it will never be reproducible in production due to mysql constraint. |
Quality Gate passedIssues Measures |
Superseded by #821 |
If a user approved a client with name prefix oidc-agent:, it will be automatically linked to the user.
This should have been enabled for the device and authorization code flows.