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.
Johan Droz e7e89f6a4f tmp 8 years ago
integration Move tests to integration tests, put everything in repo root, add comments 8 years ago
.gitignore Refactor keycloak client, add new routes. 8 years ago
Gopkg.lock Add path for attack-detection, handle errors with errors package 8 years ago
Gopkg.toml Moves keycloak client from the keycloak-bridge repository 8 years ago
LICENSE Initial commit 8 years ago
README.md Moves keycloak client from the keycloak-bridge repository 8 years ago
attack_detection.go Add path for attack-detection, handle errors with errors package 8 years ago
authentication_management.go tmp 8 years ago
client_attribute_certificate.go tmp 8 years ago
client_initial_access.go tmp 8 years ago
client_registration_policy.go tmp 8 years ago
client_role_mappings.go tmp 8 years ago
client_templates.go Add template for full Keycloak REST API implementation 8 years ago
clients.go Add routes for clients 8 years ago
clients_test.go tmp 8 years ago
component.go Add template for full Keycloak REST API implementation 8 years ago
definitions.go Add routes for clients 8 years ago
groups.go Add template for full Keycloak REST API implementation 8 years ago
identity_providers.go Add template for full Keycloak REST API implementation 8 years ago
key.go Add template for full Keycloak REST API implementation 8 years ago
keycloak_client.go tmp 8 years ago
keycloak_client_test.go tmp 8 years ago
realm.go tmp 8 years ago
realm_test.go Move tests to integration tests, put everything in repo root, add comments 8 years ago
realms_admin.go Add template for full Keycloak REST API implementation 8 years ago
role_mapper.go Add template for full Keycloak REST API implementation 8 years ago
roles.go Add template for full Keycloak REST API implementation 8 years ago
root.go Add template for full Keycloak REST API implementation 8 years ago
scope_mappings.go Add template for full Keycloak REST API implementation 8 years ago
user_storage_provider.go Add template for full Keycloak REST API implementation 8 years ago
users.go tmp 8 years ago
users_test.go tmp 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.