oidc-client-0.2.0.0: OpenID Connect 1.0 library for RP

Maintainerkrdlab@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Web.OIDC.Client.Discovery

Contents

Description

 

Synopsis

Documentation

discover Source

Arguments

:: IssuerLocation

OpenID Provider's Issuer location

-> Manager 
-> IO Provider 

This function obtains OpenID Provider configuration and JWK set.

OpenID Provider Issuers

OpenID Provider Configuration Information

data Provider Source

An OpenID Provider information

Constructors

Provider