Performs OpenID Connect discovery on an ID Provider.

discover(auth_server)

Arguments

auth_server

the server

Value

An oauth_endpoint with the discovered endpoints.

Examples

if (FALSE) { discover("https://auth.molgenis.org") discover("https://accounts.google.com") }