Skip to content

Latest commit

 

History

History
59 lines (52 loc) · 1.81 KB

Readme.md

File metadata and controls

59 lines (52 loc) · 1.81 KB

keycloak-admin-go

pipeline status coverage report Go Report Card

Keycloak admin client in go.

This is still highly unstable as more of the admin api endpoints and parameters are added.

Usage

go get -u github.com/Azuka/keycloak-admin-go/...

Local Development

make init
make test
make integration

Wish List

  • Add authentication integration tests
  • Attack Detection
  • Authentication Management
  • Client Attribute Certificate
  • Client Initial Access
  • Client Registration Policy
  • Client Role Mappings
  • Client Scopes
  • Clients
  • Component
  • Groups
  • Identity Providers
  • Key
  • Protocol Mappers
  • Realms Admin
  • Role Mapper
  • Roles
  • Roles (by ID)
  • Scope Mappings
  • User Storage Provider
  • Users
    • Get user
    • Search users
    • Create user
    • Update user
      • Profile information
      • Groups
      • Sessions, Consents
  • Root

Thanks to