FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

Add session timeout to a Group #2781

Open mrudatsprint opened 3 weeks ago

mrudatsprint commented 3 weeks ago

Add session timeout setting to a Group

Problem

I would like the ability to set a session timeout for a group of users.

Solution

Add a Session timeout setting to a Group

Alternatives/workarounds

Create a tenant for each group of users to control the session timeout for those users.

Additional context

None

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

robotdan commented 2 weeks ago

@mrudatsprint can you provide some additional context for what you are trying to accomplish, or the use case that this will solve?

For example:

  1. Are you asking to make temporary group members based upon a pre-configured timeout, at which point the users would be removed from the group?
  2. Are you asking to modify a refresh token time duration based upon group membership?
  3. Are you asking to modify the SSO timeout based upon group membership?
  4. Are you asking to modify the FusionAuth admin session timeout based upon group membership?

Or something else?

mrudatsprint commented 1 week ago

@robotdan The ability to modify the SSO timeout based upon group membership. Thanks