Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppDirector ¶
AppDirector is responsible for determining where OAuth2 Proxy should redirect a users request to after the user has authenticated with the identity provider.
func NewAppDirector ¶
func NewAppDirector(opts AppDirectorOpts) AppDirector
NewAppDirector constructs a new AppDirector for getting the application redirect URL.
type AppDirectorOpts ¶
AppDirectorOpts are the requirements for constructing a new AppDirector.
type Validator ¶
Validator is an interface to allow validation of application redirect URLs. As these values are determined from the request, they must go through thorough checks to ensure the safety of the end user.
func NewValidator ¶
NewValidator constructs a new redirect validator.
Click to show internal directories.
Click to hide internal directories.