Skip to content

Feature/dev 356#62

Merged
Tu-S merged 3 commits intomasterfrom
feature/dev-356
Jul 30, 2025
Merged

Feature/dev 356#62
Tu-S merged 3 commits intomasterfrom
feature/dev-356

Conversation

@Tu-S
Copy link
Copy Markdown
Contributor

@Tu-S Tu-S commented Jul 22, 2025

Release 30.07.2025 | IP white list

New

  • Added access control based on IP address. The setting allows connection to the adapter only from the specified IP\subnets. If the setting is empty or does not exist, all IP addresses are allowed.
    Example:
     <add key="ip-white-list" value="192.168.0.1; 127.0.0.1/16; 199.168.0.1-199.168.0.10"/>
    
  • Added a condition for caching the second factor based on user groups. If the user is a member of the specified groups, then his successful second factor will be cached. Setting works only together with setting authentication-cache-lifetime. If the setting is empty or does not exist, caching works for all users as normal.
    Example:
     <add key="authentication-cache-groups" value="Auth1;admins"/>
    

@Tu-S Tu-S force-pushed the feature/dev-356 branch 2 times, most recently from 28d74f7 to 527d3ef Compare July 29, 2025 11:06
@Tu-S Tu-S force-pushed the feature/dev-356 branch from 527d3ef to b28fdc2 Compare July 30, 2025 02:08
@Tu-S Tu-S merged commit acf38ca into master Jul 30, 2025
1 check passed
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.

1 participant