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 list with the discovered endpoints.

Examples

## Not run: 
discover("https://auth.molgenis.org")
discover("https://accounts.google.com")

## End(Not run)

molgenis/molgenis-r-auth documentation built on Aug. 17, 2024, 1:28 p.m.