You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support for configuration of standalone server/docker image (navikt#34)
**feat: add `RequestMappingTokenCallback`**
* tokenCallback implementation which can return claims based on token request parameter matching
* make `OAuth2TokenCallback.subject()` nullable to allow for tokens without sub claim
**feat: configure `StandaloneMockOAuth2Server.kt` from env and json**
* support loading `OAuth2Config` from env var or json file
* `httpServer` (type) can be specified from json config
* `tokenCallbacks` can be specified from json config using the `RequestMappingTokenCallback` feature
0 commit comments