Skip to content

Commit

Permalink
Update saml/models/core/common.go
Browse files Browse the repository at this point in the history
  • Loading branch information
austingebauer authored Sep 21, 2023
1 parent 7947406 commit b261a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saml/models/core/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type ConfirmationMethod string
const (
// ConfirmationMethodHolderOfKey indicates that the key holder itself can confirm
// itself as the subject. If this method is given, the SubjectConfirmationData MUST
// contain one or more KeyInfo elements, where KeyInfo indentifies a cryptographic key.
// contain one or more KeyInfo elements, where KeyInfo identifies a cryptographic key.
//
// See 3.1 http://docs.oasis-open.org/security/saml/v2.0/saml-profiles-2.0-os.pdf
ConfirmationMethodHolderOfKey ConfirmationMethod = "urn:oasis:names:tc:SAML:2.0:cm:holder-of-key"
Expand Down

0 comments on commit b261a01

Please sign in to comment.