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

Maintainerkrdlab@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Web.OIDC.Client

Contents

Description

 

Synopsis

OpenID Connect Discovery

Settings and Tokens

data OIDC Source

This data type represents information needed in the OpenID flow.

newOIDC Source

Arguments

:: Provider

OP's information (obtained by discover)

-> OIDC 

setCredentials Source

Arguments

:: ByteString

client ID

-> ByteString

client secret

-> ByteString

redirect URI (the HTTP endpont on your server that will receive a response from OP)

-> OIDC 
-> OIDC 

Authorization Code Flow

Types and Exceptions

Re-exports

module Jose.Jwt