# README
LibreGraph Connect Identifier
Web app for browser sign-in, sign-out and account management.
# Functions
FromRecordContext returns the Record value stored in ctx, if any.
NewIdentifier returns a new Identifier.
NewRecordContext returns a new Context that carries value HelloRequest.
# Constants
Additional claims as used by the identifier in its own tokens.
FlowConsent is the string value for the consent flow.
FlowOAuth is the string value for the oauth flow.
FlowOIDC is the string value for the oidc flow.
Additional claims as used by the identifier in its own tokens.
Additional claims as used by the identifier in its own tokens.
ModeLogonUsernameEmptyPasswordCookie is the logon mode which requires a username which matches the currently signed in user in the cookie and an empty password.
ModeLogonUsernamePassword is the logon mode which requires a username and a password.
MustBeSignedIn is a authorize mode which tells the authorization code, that it is expected to have a signed in user and everything else should be treated as error.
History claims previously used by the identifier in its own tokens.
Additional claims as used by the identifier in its own tokens.
StateModeEndSession is a state mode which selects end session specific actions when processing state requests.
# Structs
Config defines a Server's configuration settings.
Consent is the data received and sent to allow or cancel consent flows.
A ConsentRequest is the request data as sent to the consent endpoint.
A HelloRequest is the request data as send to the hello endpoint.
A HelloResponse holds a response as sent by the hello endpoint.
A IdentifiedUser is a user with meta data.
Identifier defines a identification login area with its endpoints using a Kopano Core server as backend logon provider.
A LogonRequest is the request data as sent to the logon endpoint.
A LogonResponse holds a response as sent by the logon endpoint.
Record is the struct which the identifier puts into the context.
StateData contains data bound to a state.
A StateRequest is a general request with a state.
A StateResponse hilds a response as reply to a StateRequest.
No description provided by the author