-
Notifications
You must be signed in to change notification settings - Fork 666
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
Webfinger #9366
Closed
Closed
Webfinger #9366
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TheOneRing
force-pushed
the
work/webfinger2
branch
2 times, most recently
from
January 18, 2022 12:48
ce290b6
to
1a7bb6d
Compare
TheOneRing
force-pushed
the
work/webfinger2
branch
5 times, most recently
from
January 25, 2022 10:42
0fbcc2c
to
c65691c
Compare
Kudos, SonarCloud Quality Gate passed! |
TheOneRing
force-pushed
the
work/webfinger2
branch
from
July 6, 2022 09:48
12e06aa
to
6337d23
Compare
Kudos, SonarCloud Quality Gate passed! |
For the record, parts of this branch have been merged already. Should we close this PR or do you want to pick it up again and rebase it on |
This branch is not to be merged |
fmoc
pushed a commit
that referenced
this pull request
Jul 6, 2022
This commit adds support Webfinger lookups in the wizard. This way, enterprise customers who allow authorization against a variety of OpenID Connect servers can set up a Webfinger server to have the client use the right IdP. The commit includes @TheOneRing's the Webfinger implementation from #9366.
fmoc
pushed a commit
that referenced
this pull request
Jul 7, 2022
This commit adds support Webfinger lookups in the wizard. This way, enterprise customers who allow authorization against a variety of OpenID Connect servers can set up a Webfinger server to have the client use the right IdP. The commit includes @TheOneRing's the Webfinger implementation from #9366.
fmoc
pushed a commit
that referenced
this pull request
Jul 8, 2022
This commit adds support Webfinger lookups in the wizard. This way, enterprise customers who allow authorization against a variety of OpenID Connect servers can set up a Webfinger server to have the client use the right IdP. The commit includes @TheOneRing's the Webfinger implementation from #9366.
fmoc
pushed a commit
that referenced
this pull request
Jul 8, 2022
This commit adds support Webfinger lookups in the wizard. This way, enterprise customers who allow authorization against a variety of OpenID Connect servers can set up a Webfinger server to have the client use the right IdP. The commit includes @TheOneRing's the Webfinger implementation from #9366.
fmoc
pushed a commit
that referenced
this pull request
Jul 13, 2022
This commit adds support Webfinger lookups in the wizard. This way, enterprise customers who allow authorization against a variety of OpenID Connect servers can set up a Webfinger server to have the client use the right IdP. The commit includes @TheOneRing's the Webfinger implementation from #9366.
fmoc
pushed a commit
that referenced
this pull request
Jul 13, 2022
This commit adds support Webfinger lookups in the wizard. This way, enterprise customers who allow authorization against a variety of OpenID Connect servers can set up a Webfinger server to have the client use the right IdP. The commit includes @TheOneRing's the Webfinger implementation from #9366.
fmoc
pushed a commit
that referenced
this pull request
Jul 13, 2022
This commit adds support Webfinger lookups in the wizard. This way, enterprise customers who allow authorization against a variety of OpenID Connect servers can set up a Webfinger server to have the client use the right IdP. The commit includes @TheOneRing's the Webfinger implementation from #9366.
fmoc
pushed a commit
that referenced
this pull request
Jul 29, 2022
This commit adds support Webfinger lookups in the wizard. This way, enterprise customers who allow authorization against a variety of OpenID Connect servers can set up a Webfinger server to have the client use the right IdP. The commit includes @TheOneRing's the Webfinger implementation from #9366.
TheOneRing
pushed a commit
that referenced
this pull request
Jul 29, 2022
This commit adds support Webfinger lookups in the wizard. This way, enterprise customers who allow authorization against a variety of OpenID Connect servers can set up a Webfinger server to have the client use the right IdP. The commit includes @TheOneRing's the Webfinger implementation from #9366.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A branch based on v2.10.0 can be found here: https://github.com/owncloud/client/compare/v2.10.0...work/v2.10.0-webfinger?expand=1
A branch based on v2.10.0 https://github.com/owncloud/client/tree/work/v2.10.1-webfinger .
The change modifies the behavior of the wizard and therefor must not be merged.
The next major release will bring the feature as a branding option, the feature however depends on the rewrite of the Wizard.