buildDiscoveryUrl
buildDiscoveryUrl(
issuer):string
Defined in: packages/core/src/discovery.ts:15
Constructs the well-known OpenID Provider Configuration URL for the given issuer.
Trailing slashes on the issuer are stripped before appending the well-known path.
Parameters
Section titled “Parameters”issuer
Section titled “issuer”string
The OpenID Provider issuer identifier (e.g. https://accounts.example.com).
Returns
Section titled “Returns”string
The full /.well-known/openid-configuration URL.
OpenID Connect Discovery 1.0 §4.1 — OpenID Provider Configuration Request