Skip to content
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
wants to merge 233 commits into
base: master
Choose a base branch
from

Conversation

soee
Copy link

@soee soee commented Jan 4, 2021

No description provided.

markuspoerschke and others added 30 commits August 13, 2020 14:59
* fix: deprecated use of non-static method

* upd: replace SaltFactory with PasswordHashFactory
* [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.
…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
SomeBdyElse and others added 30 commits September 26, 2024 17:58
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.
[TASK] Use v2.8 of league/oauth2-client
[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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.