-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: allow injecting extra fosite strategies #3646
Conversation
7d5307c
to
815e82e
Compare
Codecov Report
@@ Coverage Diff @@
## master #3646 +/- ##
==========================================
- Coverage 76.17% 76.03% -0.14%
==========================================
Files 132 133 +1
Lines 10030 10091 +61
==========================================
+ Hits 7640 7673 +33
- Misses 1874 1891 +17
- Partials 516 527 +11
|
0397928
to
fbc068a
Compare
551b4ad
to
253c090
Compare
253c090
to
ce0b0d0
Compare
This will allow resource owner password grants to authenticate againts a Kratos user pool. Note that we still recommend agains using the resource owner password grant and will not support it by default in Hydra.
ccc2c51
to
7e4cb0f
Compare
@@ -643,7 +643,7 @@ GetOidcUserInfo OpenID Connect Userinfo | |||
This endpoint returns the payload of the ID Token, including `session.id_token` values, of | |||
the provided OAuth 2.0 Access Token's consent request. | |||
|
|||
In the case of authentication error, a WWW-Authenticate header might be set in the response |
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.
Find and replace gone wrong ?
Related issue(s)
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got the approval (please contact
security@ory.sh) from the maintainers to push
the changes.
works.
Further Comments