discover: Discover OpenID Connect Endpoints

View source: R/auth.R

discoverR 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)

MolgenisAuth documentation built on March 7, 2023, 5:36 p.m.