Maintainer | krdlab@gmail.com |
---|---|
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
- data Provider = Provider {
- configuration :: Configuration
- jwkSet :: [Jwk]
- data Configuration = Configuration {
- issuer :: IssuerLocation
- authorizationEndpoint :: Text
- tokenEndpoint :: Text
- userinfoEndpoint :: Text
- revocationEndpoint :: Text
- jwksUri :: Text
- responseTypesSupported :: [Text]
- subjectTypesSupported :: [Text]
- idTokenSigningAlgValuesSupported :: [Text]
- scopesSupported :: [ScopeValue]
- tokenEndpointAuthMethodsSupported :: [Text]
- claimsSupported :: [Text]
Documentation
An OpenID Provider information
Provider | |
|
data Configuration Source
An OpenID Provider Configuration