discover {MolgenisAuth} | R Documentation |
Discover OpenID Connect Endpoints
Description
Performs OpenID Connect discovery on an ID Provider.
Usage
discover(auth_server)
Arguments
auth_server |
the server |
Value
An oauth_endpoint
with the discovered endpoints.
Examples
## Not run:
discover("https://auth.molgenis.org")
discover("https://accounts.google.com")
## End(Not run)
[Package MolgenisAuth version 0.0.25 Index]