authenticator

package
v0.85.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.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 OIDC

type OIDC struct {
	*oidc.Provider
	oauth2.Config
}

OIDC is used to authenticate our users.

func NewOIDC

func NewOIDC(discoveryDomain, clientID, clientSecret, redirectURL string) (*OIDC, error)

NewOIDC instantiates an OIDC authenticator. During initialization the endpoints are retrieved from the discovery URL

func (*OIDC) VerifyIDToken

func (a *OIDC) VerifyIDToken(ctx context.Context, token *oauth2.Token) (*oidc.IDToken, error)

VerifyIDToken verifies that an *oauth2.Token is a valid *oidc.IDToken. Including checking for it's sigature, expiration, audience and so on.

Jump to

Keyboard shortcuts

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