You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 years ago | |
|---|---|---|
| integration | 8 years ago | |
| .gitignore | 8 years ago | |
| Gopkg.lock | 8 years ago | |
| Gopkg.toml | 8 years ago | |
| LICENSE | 8 years ago | |
| README.md | 8 years ago | |
| attack_detection.go | 8 years ago | |
| authentication_management.go | 8 years ago | |
| client_attribute_certificate.go | 8 years ago | |
| client_initial_access.go | 8 years ago | |
| client_registration_policy.go | 8 years ago | |
| client_role_mappings.go | 8 years ago | |
| client_templates.go | 8 years ago | |
| clients.go | 8 years ago | |
| clients_test.go | 8 years ago | |
| component.go | 8 years ago | |
| definitions.go | 8 years ago | |
| groups.go | 8 years ago | |
| identity_providers.go | 8 years ago | |
| key.go | 8 years ago | |
| keycloak_client.go | 8 years ago | |
| keycloak_client_test.go | 8 years ago | |
| realm.go | 7 years ago | |
| realm_test.go | 8 years ago | |
| realms_admin.go | 8 years ago | |
| role_mapper.go | 8 years ago | |
| roles.go | 8 years ago | |
| root.go | 8 years ago | |
| scope_mappings.go | 8 years ago | |
| user_storage_provider.go | 8 years ago | |
| users.go | 8 years ago | |
| users_test.go | 8 years ago | |
README.md
Basic keycloak client in go
This repo provides a basic keycloak client in go, and utilities to parse the html docs into usable schema files because I wasn't good enough to make maven give me ascii documentation. I should try again at some point. It uses swagger, so it SHOULD be doable, it was just easier at that time to write an html parser to quickly prototype something.