Interface StaticJwksSignatureConfiguration

    • Method Detail

      • getPath

        @NonNull
        java.lang.String getPath()
        A path either starting with `classpath:` or `file:`. You can serve a JSON JWKS from anywhere on disk or the classpath. For example to serve static resources from `src/main/resources/security/jwks.json`, you would use `classpath:security/jwks.json` as the path.
        Returns:
        A path either starting with `classpath:` or `file:`.