oidclogin

package
v1.0.13-herb-2fa-v2.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// make sure only one is shown.  This is an internal error code to point the developer to the code that is failing
	InternalError_OIDCLogin_001 = "rg-oidclogin-001"
	InternalError_OIDCLogin_002 = "rg-oidclogin-002"
	InternalError_OIDCLogin_003 = "rg-oidclogin-003"
	InternalError_OIDCLogin_004 = "rg-oidclogin-004"
	InternalError_OIDCLogin_005 = "rg-oidclogin-005"
	InternalError_OIDCLogin_006 = "rg-oidclogin-006"
	InternalError_OIDCLogin_007 = "rg-oidclogin-007"
	InternalError_OIDCLogin_008 = "rg-oidclogin-008"
	InternalError_OIDCLogin_009 = "rg-oidclogin-009"
	InternalError_OIDCLogin_010 = "rg-oidclogin-010"
	InternalError_OIDCLogin_011 = "rg-oidclogin-011"
	InternalError_OIDCLogin_099 = "rg-oidclogin-099"
)

Variables

This section is empty.

Functions

func AddScopedIHandler

func AddScopedIHandler(builder di.ContainerBuilder)

AddScopedIHandler registers the *service as a singleton.

Types

type ExternalIDPAuthRequest

type ExternalIDPAuthRequest struct {
	IDPHint string `param:"idp_hint" query:"idp_hint" form:"idp_hint" json:"idp_hint" xml:"idp_hint"`
}

type LoginGetRequest

type LoginGetRequest struct {
	Email     string `param:"email" query:"email" form:"email" json:"email" xml:"email"`
	Error     string `param:"error" query:"error" form:"error" json:"error" xml:"error"`
	Directive string `param:"directive" query:"directive" form:"directive" json:"directive" xml:"directive"`
}

type LoginPostRequest

type LoginPostRequest struct {
	UserName string `param:"username" query:"username" form:"username" json:"username" xml:"username"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL