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.
harture 8ef3ad24fa Update common-service dependency to use v2.0.0 6 years ago
integration [CLOUDTRUST-1972] Fix integration.go 6 years ago
.gitignore Refactor keycloak client, add new routes. 8 years ago
Gopkg.lock Update common-service dependency to use v2.0.0 6 years ago
Gopkg.toml Update common-service dependency to use v2.0.0 6 years ago
LICENSE Initial commit 8 years ago
README.md Access token provided for each request 7 years ago
account.go correction on API paths 6 years ago
attack_detection.go Access token provided for each request 7 years ago
authentication_management.go Return location for creation REST call 7 years ago
client_attribute_certificate.go Return location for creation REST call 7 years ago
client_initial_access.go Return location for creation REST call 7 years ago
client_registration_policy.go Access token provided for each request 7 years ago
client_role_mappings.go [CLOUDTRUST-1528] OIDC connect optimization 6 years ago
clients.go [CLOUDTRUST-1261] Error handling 6 years ago
credentials.go Fix prototype of Update function 6 years ago
definitions.go [CLOUDTRUST-1502] Multi-token API 6 years ago
errormessages.go [CLOUDTRUST-1917] correction 6 years ago
groups.go [CLOUDTRUST-2109] authorizations management 6 years ago
issuer.go [CLOUDTRUST-1923] Fix panic if unknown issuer 6 years ago
issuer_test.go [CLOUDTRUST-2246] Fix tests 6 years ago
keycloak_client.go [CLOUDTRUST-1923] Fix panic if unknown issuer 6 years ago
oidc_connect.go [CLOUDTRUST-2246] Fix to use public URL 6 years ago
oidc_connect_test.go Fix unit tests 6 years ago
oidc_verifier.go [CLOUDTRUST-1801] Multi issuers support 6 years ago
oidc_verifier_test.go [CLOUDTRUST-1528] OIDC connect optimization 6 years ago
realm.go [CLOUDTRUST-1502] Multi-token API 6 years ago
recovery_code.go Add recovery code API 6 years ago
roles.go Fix GetRoles 7 years ago
statistics.go [CLOUDTRUST-1820] add GetStatisticsUsers + GetStatisticsAuthenticators 6 years ago
users.go [CLOUDTRUST-2022] create shadow user 6 years ago

README.md

Basic keycloak client in go

This repo provides a basic keycloak client in go.