Identityserver4.admin: Is it possible to Add a role to a user for a specified time period

Created on 17 Feb 2019  路  4Comments  路  Source: skoruba/IdentityServer4.Admin

Is it possible to Add a role to a user for a specified time period.
For example, for a month and after that, this role will expire for that user.

question

Most helpful comment

In Admin panel for user management we just use the logic and database structure from ASP.NET Core and there is a simple mapping between users and roles. Anything else would be a custom logic.

Sure we can add some expiration logic to user-role relationship but that would require more demand from the community or commercial cooperation.

All 4 comments

Hi @Mehrdad-Davoudi
by default probable not, I don't know about this feature - you have to implement your own logic. :)

In Admin panel for user management we just use the logic and database structure from ASP.NET Core and there is a simple mapping between users and roles. Anything else would be a custom logic.

Sure we can add some expiration logic to user-role relationship but that would require more demand from the community or commercial cooperation.

thank you for your answers hope to see new feature like this soon

Ok, we're closing for now - if someone will be interested in this please feel free to +1 and reopen this thread.

Was this page helpful?
0 / 5 - 0 ratings