TNG / keycloak-mock

A Java library to test REST endpoints secured by Keycloak via OpenID connect.
Apache License 2.0
122 stars 27 forks source link

support confidential clients that authenticate using form fields #99

Closed marcelocamanho closed 2 years ago

marcelocamanho commented 3 years ago

Fixes https://github.com/TNG/keycloak-mock/issues/98

This will allow confidential clients that use a form based approach instead of only using Basic auth.

marcelocamanho commented 3 years ago

hi @ostrya , any chance we can this reviewed please ? thank you :)

ostrya commented 3 years ago

And sorry for the delay, I was rather occupied with day-to-day business.

ostrya commented 3 years ago

@marcelocamanho can you please rebase your changes and remove the merge commit?

ostrya commented 2 years ago

@marcelocamanho I have taken the liberty to rebase your changes onto the latest changes and remove the merge commit.