Tags: Nerzal/gocloak
Tags
Bump version v8.6.0 * 0bdb113 fix github action syntax error * ee79bfb try keycloak 12 in pipelines * 38b75cb revert pipelines to usage of latest keycloak image * c6eb35c use keycloak 14 in pipelines * 89a7733 test keycloak 14 * 502748a tests * 696b962 possibly fixed test pipelines * 3f2309d restrict max parallel tests to 10 * d8566b2 increase sleep after keycloak start in workflows * ff8c775 update go version in workflow * c6fdf4e Update gocloak.go * 49b0f2a Update client.go * 8a54ac8 Update client.go * 4b00709 Update gocloak.go * be29079 Update client.go * 7f4311a feat: adding APIs handler to fetch policy resources * 0e2e577 Update gocloak.go * 3e6764f Update client.go * ddbfbf1 add IDPUserID query parameter to GetUsersParams * cfc619c Fixed incorrect json representation of ResourceType in PermissionRepresentation * f944fbc Remove duplicate quotes in README.md * eb4c220 add IDPAlias query parameter to GetUsersParams * da78d02 Add targetClient parameter to token exchange method * e41d62f added consent revocation test * 5cafca1 adding consent revocation call * 26a3dbd Fix TestGocloak_ImportIdentityProviderConfigFromFile * ae82f6c Add and update various API calls * 0c4759c Add support for token exchange login method * 967cef7 bugfix: clear up `id of client` and `client_id` confusion * 7478fac add support for Client Scope Scope Mappings * 08d285e Linting issues fixed * 48400ca error message updated * 5bb3813 getrole params added * e1ad344 getmapper by id added * c97a443 add update for identity provider mapper * 51e6946 Added events reports * dad3dc2 fix license * 78fc621 fix test badge link * 989fe45 support parsing metadata docs * 3e9ef27 Fixed spelling error in README.md * b48db15 fix workflow * a25e541 add support for tracing header injection * 0656726 update readme
Bump version v8.4.0 * 0bb2dc8 Stop running tests in parallel for now * d974b54 update makefile * 37bf020 add makefile * 8fff9a5 fix linter warnings in readme * 67e7597 docs: fix RetrospectToken comment * 0aee6c1 add list and delete for identity provider mappers * 9d095d6 fix(docs): Fixed https://github.com/Nerzal/gocloak#introspect-token error
Bump version v8.2.0 * ff2f870 add comment to exported struct * ace37c2 add CreateIdentityProviderMapper call * c2f4eb5 added endpoint to support exporting public broker config info * c526c82 add ImportIdentityProviderConfig method * e1243be fix: adding "DecisionStrategy" to "ResourceServerRepresentation" in as per keycloak documentation `https://www.keycloak.org/docs-api/9.0/rest-api/index.html#_resourceserverrepresentation` to be able to dictate how permission are evaluated * 52be85a move to usage * 6fbcd50 Update ReadMe * 1e33565 Fix client token related test failure * 9a2b32c Add subject token to requesting part token options * b9230eb Update README.md