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

Access Token Response must contain token_type attribute #95

Closed wyfrel closed 3 years ago

wyfrel commented 3 years ago

Based on OAuth 2.0 spec an Access Token Response must contains the token_type attribute (cf : https://datatracker.ietf.org/doc/html/rfc6749#section-4.2.2).

This attribute is sometimes validated by framework (eg spring-security)