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

use base-64 encoding without padding #145

Closed nbaars closed 1 year ago

nbaars commented 1 year ago

The spec states (see https://datatracker.ietf.org/doc/html/rfc7515#appendix-C) that all trailing '=' characters should be omitted.

Resolves #144

nbaars commented 1 year ago

@ostrya fixed, checks should pass now