From b261a011ee50668b95cd55cceb718751d21a0089 Mon Sep 17 00:00:00 2001 From: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:16:02 -0700 Subject: [PATCH] Update saml/models/core/common.go --- saml/models/core/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saml/models/core/common.go b/saml/models/core/common.go index 3d45c25..921d9eb 100644 --- a/saml/models/core/common.go +++ b/saml/models/core/common.go @@ -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"