package
0.0.0-20241005150338-655303377d95
Repository: https://github.com/mxcd/broke.git
Documentation: pkg.go.dev
# README
Keycloak API strategy
- Request groups from kc
/admin/realms/{realm}/groups/{id}
- Request roles of groups from kc
/admin/realms/{realm}/groups/{id}
Case 1: Only kc groups are requested
- Get members of requested groups from kc
/admin/realms/{realm}/groups/{id}/members
- Map kc groups and roles to members
Case 2: Some kc roles are requested
- Get groups for every requested roles
- Get all requested groups and merge with groups from step 3
- Get all groups of users from kc
/admin/realms/{realm}/users/{id}/groups
- Get all roles of users from kc
/admin/realms/{realm}/users/{id}/role-mappings/realm
- Map kc groups and roles to users
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author