forked from xperseguers/t3ext-oidc
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sync commits with original repository #2
Open
soee
wants to merge
233
commits into
macopedia:master
Choose a base branch
from
xperseguers:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…d list (#53) Co-authored-by: Philipp Seßner <[email protected]>
Co-authored-by: Cyril Janody <[email protected]>
* [FEATURE] Add PKCE Proof of Key for Code Exchange enableCodeVerifier switch in extension configuration is used to enable the PKCE flow. No further configuration is needed. Implemented for authentication without password only. * [FEATURE] Make redirect URI configurable You can now configure the URI that will be called back by the authorization server (oidcRedirectUri). If left blank the standard callback script is used.
Resolves #62
…rs (#64) * [FEATURE] Login plugin: Allow to configure authorization URL parameters Allow to add query parameters to the authorization redirect URL via TypoScript. * [TASK] Add authorizationUrlOptions sample
[BUGFIX] Respect usersStoragePid
[BUGFIX] Use makeInstance for creating hook objects
If the extbased version of felogin is used, this ViewHelper can be used to retrieve the link
[FEATURE] LinkViewHelper for felogin based on extbase
This oidc extension is not dependent on the fe_login extension.
[FEATURE] Pass oidc resource owner info to ModifyUser event
[BUGFIX] Fix type error for if the userinfo claims contain ints
[TASK] Remove fe_login extension from dependencies
[BUGFIX] Fix stdWrap in user fields mapping
[BUGFIX] LoginController should redirect a logged-in user
# Conflicts: # Configuration/Services.yaml
[BUGFIX] Use TYPO3 request factory and request
# Conflicts: # Classes/Service/OpenIdConnectService.php
[BUGFIX] Add fallback for setting authenticationUrlRoute
…und-constant [BUGFIX] Use self:: instead of static:: late binding for private constants
Cleanup code accordingly. Add SensitiveParameter attribute for passwords. Resolves: #177
[FEATURE] retrieving resource owner from JWT if no oidcEndpointUserInfo is set
[TASK] Require PHP 8.1
[TASK] Streamline ext_emconf.php and fix branch-alias
This adds support for new PHP versions and fixes the issue with missing scopes in AbstractProvider::getAccessToken.
Prevents intExplode on null
[TASK] Use v2.8 of league/oauth2-client
[DOC] README.md update
Resolves: #163
[FEATURE] Make TYPO3 v13 compatible
OAuthService should not rely on global variables, but should get its information passed explicitly. Resolves: #185
[BUGFIX] Use explicitly passed request instead of global request
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.
No description provided.