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 212 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
Starkmann and others added 30 commits July 10, 2024 13:38
[FEATURE] Add event to modify where-conditions for fe_users
In order to adhere to global guzzle TYPO3 settings
the OAuth provider is extended to pass the necessary
factories along.

Related #166
The newly introduced `authenticationUrlRoute` setting
may not be set in existing installations.
Avoid PHP warnings by adding a fallback.

Related #158
Ignore hash validation for authentication url
if neither login nor redirect url are provided.
[BUGFIX] No hash validation for authentication url
If a user is already logged in do not restart
the authentication process, but simply redirect
as it would happen after a successful login.

Resolves: #161
If some weird arbitrary URLs are called
for a website, the language may not be
identified at all.

Adjust the authentication request detection
to cope with this situation.
[BUGFIX] Handle missing language request attribute
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
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.