Verify requirements/assumptions #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm really confused about how this works, so to help clear up any confusion, here is what I think we need:
None of that appears to be working right now.
Of course, we want to split off the permission into more fine grained roles so we can give a user access to Dooris without them having to be a member of intern.
Most of the things you expect is possible with this endpoint provider, just not exactly as you described.
We use the existing feature to add custom attribute fields (which can be grouped into
attribute groups) to users. As far as I know, it's not possible to display a field depending on a user's role or group in the Keycloak UI.With this provider, however, you can configure an authenticated endpoint to be used by an API client that fetches all attribute
valuesin anattribute groupfrom all users with a specificrole.You can configure each endpoint to use a specific role for matching the list of users and the role needed to use the endpoint.
Currently, you can only add an entire attribute group. However, we can implement an option to group the values for every field.
I will update the README.md, as some of the explanations are out of date since we restructured our code.