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 list with the discovered endpoints.
Examples
## Not run:
discover("https://auth.molgenis.org")
discover("https://accounts.google.com")
## End(Not run)
[Package MolgenisAuth version 1.0.0 Index]