-
Notifications
You must be signed in to change notification settings - Fork 168
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
fixes #2478 legacy auth queries missing values #2479
fixes #2478 legacy auth queries missing values #2479
Conversation
@@ -90,6 +90,9 @@ func MapApiSessionAuthQueriesToRestEntity(ae *env.AppEnv, rc *response.RequestCo | |||
MinLength: authQuery.MinLength, | |||
Provider: authQuery.Provider, | |||
TypeID: authQuery.TypeID, |
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.
I don't see these fields populated in API session returned from /authenticate?method=cert
call
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 same with HA controller: /oidc/login/cert
returns
{"authQueries":[{"id":"2u9E63jXaAn7wAvG6vPKWa","provider":"url","scopes":null,"typeId":"EXT-JWT"}]}
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.
That would be odd for legacy, specifically in this PR, because there are tests in this PR that ensure that,
Can you confirm the correct ext-jwt-signer is being configured and used?
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.
I also added a set of OIDC value checks, and the values I put in seem to come out.
seems to at least partially resolve #2478 |
83812b4
to
17c4c93
Compare
- adds OIDC property checks on auth queries - adds legacy property checks on auth queries
17c4c93
to
5133cd7
Compare
No description provided.