Class OidcProviderConfiguration

java.lang.Object
org.mockserver.oidc.OidcProviderConfiguration
All Implemented Interfaces:
Serializable

public class OidcProviderConfiguration extends Object implements Serializable
Configuration for the OIDC mock identity provider. All fields are optional with sensible defaults so that PUT /mockserver/oidc with an empty body produces a fully functional OIDC discovery document, JWKS endpoint, token endpoint, userinfo endpoint, introspection endpoint, and revocation endpoint.
See Also: