oathkeeper

package
v0.0.0-...-c02184a Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 16

Documentation

Index

Constants

View Source
const (
	ConnectorTokenHeader string = "Connector-Token"

	ConnectorTokenQueryParam string = "token"

	ClientIdFromTokenHeader       = "Client-Id-From-Token"
	ClientIdFromCertificateHeader = "Client-Id-From-Certificate"
	ClientCertificateHashHeader   = "Client-Certificate-Hash"
	ClientCertificateIssuerHeader = "Client-Certificate-Issuer"
	SubjectFromCertificateHeader  = "Subject-From-Certificate"

	ConnectorIssuer = "connector"
	ExternalIssuer  = "certificate-service"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationSession

type AuthenticationSession struct {
	Subject string                 `json:"subject"`
	Extra   map[string]interface{} `json:"extra"`
	Header  http.Header            `json:"header"`
}

Jump to

Keyboard shortcuts

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