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
hydra/cmd/server/handler_oauth2_factory.go
Lines 178 to 180 in c67b7fe
"public"
c.GetSubjectTypesSupported()
"pairwise"
The text was updated successfully, but these errors were encountered:
Thanks, this is definitely a typo but does not cause any issues because that strategy is actually not used :) Cleaning this up anyways.
Sorry, something went wrong.
cmd: Public subject type should cause public id alg
809e224
Closes #992 Signed-off-by: arekkas <aeneas@ory.am>
cmd: Public subject type should cause public id alg (#993)
3040c0f
aeneasr
No branches or pull requests
hydra/cmd/server/handler_oauth2_factory.go
Lines 178 to 180 in c67b7fe
this line should compare
"public"
toc.GetSubjectTypesSupported()
, not"pairwise"
.The text was updated successfully, but these errors were encountered: