Class OidcAuthorizationStore.Provider

java.lang.Object
org.mockserver.oidc.OidcAuthorizationStore.Provider
Enclosing class:
OidcAuthorizationStore

public static class OidcAuthorizationStore.Provider extends Object
Immutable description of a generated OIDC provider. Carries the live OidcTokenMinter (configuration + signing key pair) so the /token callback can mint tokens at request time — embedding per-request context such as the authorize nonce — rather than serving a pre-baked token JSON. The minter's key pair is the same one published at the JWKS endpoint.