Learn R Programming

MolgenisAuth (version 1.0.0)

discover: Discover OpenID Connect Endpoints

Description

Performs OpenID Connect discovery on an ID Provider.

Usage

discover(auth_server)

Value

An list with the discovered endpoints.

Arguments

auth_server

the server

Examples

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

Run the code above in your browser using DataLab