Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppidAdapter ¶
type AppidAdapter struct {
// contains filtered or unexported fields
}
AppidAdapter supports authorization template.
func (*AppidAdapter) Addr ¶
func (s *AppidAdapter) Addr() string
Addr returns the listening address of the server
func (*AppidAdapter) Close ¶
func (s *AppidAdapter) Close() error
Close gracefully shuts down the server; used for testing
func (*AppidAdapter) HandleAuthnZ ¶
func (s *AppidAdapter) HandleAuthnZ(ctx context.Context, r *authnz.HandleAuthnZRequest) (*authnz.HandleAuthnZResponse, error)
HandleAuthnZ evaluates authn/z policies using api/web strategy
func (*AppidAdapter) Run ¶
func (s *AppidAdapter) Run(shutdown chan error)
Run starts the server run
Directories ¶
Path | Synopsis |
---|---|
Package authserver models an OAuth 2.0 Authorization Server
|
Package authserver models an OAuth 2.0 Authorization Server |
keyset
Package keyset contains entities to control JSON Web Key Sets (JWKS)
|
Package keyset contains entities to control JSON Web Key Sets (JWKS) |
Package errors contains custom OAuth 2.0 / OIDC error objects
|
Package errors contains custom OAuth 2.0 / OIDC error objects |
pkg
|
|
client/clientset/versioned
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
client/clientset/versioned/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
client/clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
client/clientset/versioned/typed/policies/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client/clientset/versioned/typed/policies/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
engine
Package engine is responsible for making policy decisions Package engine is responsible for making policy decisions
|
Package engine is responsible for making policy decisions Package engine is responsible for making policy decisions |
handler
Package handler is responsible for monitoring and maintaining authn/z policies
|
Package handler is responsible for monitoring and maintaining authn/z policies |
Package validator provides structures responsible for validating tokens according to custom policies
|
Package validator provides structures responsible for validating tokens according to custom policies |
Click to show internal directories.
Click to hide internal directories.