sso

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OpenID

type OpenID struct {
	Code         string
	Language     string
	Oauth2Config *oauth2.Config
	OidcProvider *oidc.Provider
	Ctx          context.Context
}

type Sso

type Sso struct {
	v1.BaseModel     `storm:"inline"`
	v1.Metadata      `storm:"inline"`
	Enable           bool   `json:"enable"`
	Protocol         string `json:"protocol"`
	InterfaceAddress string `json:"interfaceAddress"`
	ClientId         string `json:"clientId"`
	ClientSecret     string `json:"clientSecret"`
	X509Key          string `json:"x509Key"`
	X509Cert         string `json:"x509Cert"`
	IdpMetadataURL   string `json:"idpMetadataURL"`
}

Jump to

Keyboard shortcuts

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