auth: Skip OIDC flow if Bearer access_token is present (bug 1979246) - #551
auth: Skip OIDC flow if Bearer access_token is present (bug 1979246)#551shtrom wants to merge 3 commits into
Conversation
a082589 to
0c8105b
Compare
|
E2E tests seem to fail due to a firefox (web?)driver missing. |
|
(Yeah the CI is now updated) Would you mind rebasing that for fresh test runs @shtrom? TY! |
|
Just rebased and pushed 🤞🏼 |
c306e03 to
aa4a354
Compare
aa4a354 to
b97e088
Compare
zzzeid
left a comment
There was a problem hiding this comment.
I would suggest putting this functionality in a separate backend that extends OIDCAuthenticationBackend. Something like OIDCTokenAuthenticationBackend.
…tionBackend (bug 1979246)
08e8af5 to
334713c
Compare
Ok, I did just that in the last commit I pushed! This way both authentication methods can be selectively composed as needed in the standard Django fashion. |
|
The PR title should probably be changed to something like
But I don't have permissions to do so. |
9e3c0e8 to
d6b3e22
Compare
…nBackend by using \`store_tokens\`
d6b3e22 to
0081ca4
Compare
No description provided.