package
0.0.0-20241005150338-655303377d95
Repository: https://github.com/mxcd/broke.git
Documentation: pkg.go.dev

# README

Keycloak API strategy

  1. Request groups from kc /admin/realms/{realm}/groups/{id}
  2. Request roles of groups from kc /admin/realms/{realm}/groups/{id}

Case 1: Only kc groups are requested

  1. Get members of requested groups from kc /admin/realms/{realm}/groups/{id}/members
  2. Map kc groups and roles to members

Case 2: Some kc roles are requested

  1. Get groups for every requested roles
  2. Get all requested groups and merge with groups from step 3
  3. Get all groups of users from kc /admin/realms/{realm}/users/{id}/groups
  4. Get all roles of users from kc /admin/realms/{realm}/users/{id}/role-mappings/realm
  5. 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
POST
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

# Interfaces

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