You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to identify an SSO user's access level (admin, user) based on a claim returned during the initial oauth2 login exchange. This could, for example, look for something specific in the Roles claim or even look for a specific custom claim that explicitly states the user's group.
I believe this would be far cleaner and simpler to administer than having to add internal users with the admin group and matching on their email address.
As a side issue, it would be nice to hide the settings option in the UI if the user has no access to anything within them.
The text was updated successfully, but these errors were encountered:
Hello @danieldonoghue and thanks for the request 👋 This feature class currently falls into the advanced scope of hepic which uniquely sponsors our opensource development - so this is not on the roadmap. Of course since homer is 100% open we're always open to external contributions should you or your company be interested in sponsoring this or other features/improvements for the whole community.
I would like to be able to identify an SSO user's access level (admin, user) based on a claim returned during the initial oauth2 login exchange. This could, for example, look for something specific in the Roles claim or even look for a specific custom claim that explicitly states the user's group.
I believe this would be far cleaner and simpler to administer than having to add internal users with the admin group and matching on their email address.
As a side issue, it would be nice to hide the settings option in the UI if the user has no access to anything within them.
The text was updated successfully, but these errors were encountered: