wellKnownUrl

fun wellKnownUrl(issuerId: String): HttpUrl

Returns the authorization server's well-known OpenID Connect metadata discovery URL for the given issuerId.

E.g. http://localhost:8080/some-issuer/.well-known/openid-configuration.

See also OpenID Provider metadata.

Parameters

issuerId

The path or identifier for the issuer.