Skip to content

Commit

Permalink
chore: fix function names in comment (#3464)
Browse files Browse the repository at this point in the history
Signed-off-by: mountcount <cuimoman@outlook.com>
  • Loading branch information
mountcount committed May 13, 2024
1 parent 2e823e3 commit c6fa455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connector/saml/saml.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ func (p *provider) validateSubject(subject *subject, inResponseTo string) error
return fmt.Errorf("failed to validate subject confirmation: %v", errs)
}

// validationConditions ensures that dex is the intended audience
// validateConditions ensures that dex is the intended audience
// for the request, and not another service provider.
//
// See: https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
Expand Down
2 changes: 1 addition & 1 deletion storage/ent/db/ent.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6fa455

Please sign in to comment.