Package org.mockserver.oidc
Class OidcAuthorizationStore.Provider
java.lang.Object
org.mockserver.oidc.OidcAuthorizationStore.Provider
- Enclosing class:
- OidcAuthorizationStore
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.-
Constructor Summary
ConstructorsConstructorDescriptionProvider(String authorizePath, String tokenPath, String deviceAuthorizationPath, OidcProviderConfiguration config, OidcTokenMinter tokenMinter) -
Method Summary
-
Constructor Details
-
Provider
public Provider(String authorizePath, String tokenPath, String deviceAuthorizationPath, OidcProviderConfiguration config, OidcTokenMinter tokenMinter)
-