[15.0][MIG] auth_oidc: Migration to 15.0 - #393
Merged
Merged
Conversation
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Abranes
approved these changes
Dec 5, 2022
Abranes
left a comment
Member
There was a problem hiding this comment.
Functional test with Keycloak
BT-jcolmeiro
approved these changes
Dec 21, 2022
update manifest, add README, update requirements.txt
Add some install instructions and configuration instructions for keycloak.
Avoid replacing the access token by the id token. This may cause confusion. Copy a little piece of code from auth_oauth() method, to make the code easier to follow, and prepare for implementing the authorization code flow.
This is not a recommended scenario, but this prepares the code for using PKCE
theangryangel
force-pushed
the
15.0-mig-auth_oidc
branch
from
January 5, 2023 09:12
9dccaa7 to
8dcecfa
Compare
theangryangel
force-pushed
the
15.0-mig-auth_oidc
branch
from
January 5, 2023 09:15
8dcecfa to
dec84f8
Compare
gurneyalex
approved these changes
Jan 6, 2023
Member
|
/ocabot merge nobump |
Contributor
|
This PR looks fantastic, let's merge it! |
Contributor
|
Congratulations, your PR was merged at 548d45a. Thanks a lot for contributing to OCA. ❤️ |
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Nov 20, 2023
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Nov 20, 2023
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Nov 20, 2023
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Nov 22, 2023
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Dec 4, 2023
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Dec 4, 2023
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Feb 28, 2024
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Feb 28, 2024
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Feb 28, 2024
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Mar 20, 2024
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Mar 20, 2024
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Oct 9, 2024
create an upstream merge request after OCA#393 is merged
SiesslPhillip
pushed a commit
to grueneerde/OCA-server-auth
that referenced
this pull request
Nov 20, 2024
Syncing from upstream OCA/server-auth (14.0)
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/oca-server-auth
that referenced
this pull request
Jan 16, 2025
create an upstream merge request after OCA#393 is merged
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/oca-server-auth
that referenced
this pull request
Jan 18, 2025
create an upstream merge request after OCA#393 is merged
ap-wtioit
added a commit
to ap-wtioit/server-auth
that referenced
this pull request
Oct 1, 2025
create an upstream merge request after OCA#393 is merged
This file contains hidden or 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
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.
Standard migration, tested with Keycloak locally.
CC @GlodoUK: T2128, T3084