-
Notifications
You must be signed in to change notification settings - Fork 26
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
[DRAFT] ✨ Implement necessary attributes for DigiD machtigen #1009
Conversation
b0c2e18
to
ecc2d3b
Compare
Codecov Report
@@ Coverage Diff @@
## feature/oidc-for-citizens #1009 +/- ##
=============================================================
- Coverage 88.60% 88.52% -0.09%
=============================================================
Files 404 404
Lines 11027 11007 -20
Branches 991 991
=============================================================
- Hits 9771 9744 -27
- Misses 1052 1058 +6
- Partials 204 205 +1
Continue to review full report at Codecov.
|
Please park this entire PR until #957 and #977 are done, we are changing the authentication implementation details. Note also the final remarks in this comment:
Effectively, this should make it possible to store implementation details and functionality with the plugin rather than requiring the |
to ensure that these auth backends cannot be disabled if they are used for any Forms
since this code is now part of mozilla-django-oidc-db
this is a Keycloak specific feature, that allows OIDC for eHerkenning/DigiD to be configured in such a way that the parameter `kc_idp_hint` is passed to Keycloak when starting the authentication process, allowing Keycloak to automatically forward the user to the intended identity provider (without showing the generic Keycloak login screen/options)
removed the `via OpenID Connect` part, since this information is not useful for end users
8a8c4eb
to
0669192
Compare
ecc2d3b
to
5a80cb7
Compare
b25cd29
to
b9e5283
Compare
424681b
to
41dd89f
Compare
41dd89f
to
b650007
Compare
a78c9eb
to
aab0350
Compare
aab0350
to
4af6662
Compare
3fb0eac
to
f73dbe2
Compare
f1d9a78
to
5d385e1
Compare
1a0c9d5
to
e9069c1
Compare
d5c2b00
to
ff227ee
Compare
closed in favor of #1485 |
On hold until refactor that introduces
SubmissionAuth
is done (most likely in not until 2022)TODO: