Skip to content

Commit

Permalink
Merge pull request #882 from Noanan/noan/add_external_evaluation
Browse files Browse the repository at this point in the history
Add external evaluation as a new access group rule
  • Loading branch information
jacobbednarz committed May 17, 2022
2 parents 8665ebb + 7498987 commit 3b76f1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions access_group.go
Expand Up @@ -106,6 +106,14 @@ type AccessGroupCertificateCommonName struct {
} `json:"common_name"`
}

// AccessGroupExternalEvaluation is used for passing user identity to an external url.
type AccessGroupExternalEvaluation struct {
ExternalEvaluation struct {
EvaluateURL string `json:"evaluate_url"`
KeysURL string `json:"keys_url"`
} `json:"external_evaluation"`
}

// AccessGroupGSuite is used to configure access based on GSuite group.
type AccessGroupGSuite struct {
Gsuite struct {
Expand Down

0 comments on commit 3b76f1d

Please sign in to comment.