All Classes and Interfaces
Class
Description
Access token customizer for simulating access tokens as issued by eIAM.
Spring Login form support is stateful, i.e. a HTTP session is used to keep the current OAuth request while the user
fills the login form.
Patched from the default spring auth server implementation to not expect unique secrets per client registration.
General configuration of the mock-server instance
An
AuthenticationProvider implementation for the OAuth 2.0 Client Credentials Grant.Actual data to be used by the mock server
Adds PAMS role claims to Access Tokens.
This implemetation is taken from
OidcUserInfoAuthenticationProvider.DefaultOidcUserInfoMapper,
and has been adapted to resemble user info as issued by Keycloak with the PAMS plugin.