Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AzOIDCLogin ¶ added in v0.16.3
Types ¶
type CrasherSzenario ¶
CrasherSzenario a szenarion that loads google and then crashes
type GoogleSzenario ¶
GoogleSzenario does load google
type OIDCSzenario ¶ added in v0.16.3
type OIDCSzenario struct {
*szenario.Base
Issuer string
ClientID string
Port int
// contains filtered or unexported fields
}
OIDCSzenario check a OIDC Relying Party
func (*OIDCSzenario) Execute ¶ added in v0.16.3
func (s *OIDCSzenario) Execute(engine szenario.Engine) (err error)
Execute the szenario
func (*OIDCSzenario) InitOIDCRelyingParty ¶ added in v0.17.1
func (s *OIDCSzenario) InitOIDCRelyingParty(engine szenario.Engine) (context.Context, context.CancelFunc, error)
Click to show internal directories.
Click to hide internal directories.