Use webfinger for OIDC parameter discovery#847
Conversation
b345a3c to
063efde
Compare
|
Did this PR worked for you @kulmann ? Just tried it without success on my side, when both web + iOS are working perfectly. I have tested the webfinger with: Which returns But when the Authelia page appears I can see that groups are not part of the request. Edit: You can see that scopes ( |
063efde to
01406ed
Compare
|
@RichardFevrier thanks for testing the PR!
|
|
Thanks for your work @kaivol I'll test that tomorrow! 🤩 |
|
@RichardFevrier Have you tested this PR? :) |
|
@kaivol FYI CI ^ says this: Might be related to
I can't say anything to this topic specifically, if it's easier to keep a lower C++ standard or check if all our platforms would support 23. |
01406ed to
5e7ecb7
Compare
|
@kaivol one more failure :) ^ @TheOneRing FYI, i can't seem to be able to ask macos and windows to re-run if linux already failed ^ |
5e7ecb7 to
e259baa
Compare
|
I'm a little confused, the CI error seems to be in the OpenVFS plugin, not at all related to my changes 😕 |
|
@kaivol You're right, sorry! |
e259baa to
dbeb743
Compare
|
^ OAuth test fails |
a83044a to
b7e4712
Compare
|
Okay, I adjusted the OAuth test and added a response for the Let me know if you agree with the changes. |
Closes #811.
Client side implementation of the changes described in https://github.com/opencloud-eu/opencloud/blob/main/docs/adr/0003-oidc-client-config-discovery.md.
Based on #776.