forked from bestpractical/rt-authen-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
41 lines (35 loc) · 1.84 KB
/
Changes
File metadata and controls
41 lines (35 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Revision history for RT-Authen-OAuth
0.14-rc2 2025-07-30
- Support for group configuration and updates from Identity Provider
- Ability to map IDP groups to RT groups (GroupMap)
- Enable/Disable login if user has no groups (AllowLoginWithoutGroups)
- Enable/Disable new user creation if user has no groups (CreateNoGroupUser)
- Set/Override default options per group (GroupUserOptions) and for 'NoGroup'
- Option to require user to be in IDP group for login. (RequireGroup)
- Option to always update user groups on login (LoginUpdateGroups)
- Option to exclude admin users from updates (Admins)
- Make fields updated during creation and login configurable (LoginUpdateFields, CreateUpdateFields)
- Option to remove RT user password on successful SSO login (RemoveRTPassword)
- Disable OAuth2 access token debug logging by default. (Set $OAuthDebugToken = 1 to enable)
- Improve consistency of log messages
- Add (%OAuthIDPOptions) to allow for default setting for all IDPs, and override settings in %OAuthIDPs without having to copy all of %OAuthIDPs to the site configuration
- Incorporate puck's changes (PR #6)
- Docs update
- Add SECURITY CONSIDERATIONS
- Update examples for Authentik and new options
- Add example for okta
- Other small changes
0.14-rc1 2025-07-22
- Add %OAuthNewUserGroups option to add auto-created users to specified RT groups
- Fix broken image link if no LoginPageButton defined (show button instead)
- Show name of configured provider
0.13 2025-02-11
- Support result key in the response of protected_resource
- Add more debug info
0.12 2024-08-11
- Use Interface::Web::RequestENV to get the origin IP addresses(Thanks to Benoit Plessis and Mukund Sivaraman)
- Reposition Google login button
0.11 2019-03-21
- Fix image src for non-empty web path
0.10 2018-03-28
- Initial version