Skip to content

Tags: Nerzal/gocloak

Tags

v9.0.3

Toggle v9.0.3's commit message
Bump version v9.0.3

* a9f89a2 Test_CreateListGetUpdateDeletePolicy test is fixed
* 0ad2f9b type are added to the path of update policy and update permission

v9.0.2

Toggle v9.0.2's commit message
Bump version v9.0.2

* 5bf3c29 prepare readme for new tag
* f3b6d89 Fix wrong fucntion signature
* 98a45d2 add Users to ResourcePolicyRepresentation

v9.0.1

Toggle v9.0.1's commit message
Bump version v9.0.1

* 92d46f9 v9 update fixes
* a5f3032 Update README.md
* 56518e7 Update README.md

v9.0.0

Toggle v9.0.0's commit message
Bump version v9.0.0

* 005309f update to v9.0.0

v8.6.0

Toggle v8.6.0's commit message
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

v8.5.0

Toggle v8.5.0's commit message
Bump version v8.5.0

* 6e6be3e removing the string type
* 19ad878 updating spell
* a5ba47f adding search by attributes client param

v8.4.0

Toggle v8.4.0's commit message
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

v8.3.0

Toggle v8.3.0's commit message
Bump version v8.3.0

* 2d2dca3 adding tests
* 6936a62 gofmt
* 483adee update readme
* 54e15bb adding requesting party permission decision method

v8.2.0

Toggle v8.2.0's commit message
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

v8.1.1

Toggle v8.1.1's commit message
Bump version v8.1.1

* 5c6ecde fix missed v7 references