Skip to content

Commit

Permalink
fix small typo/type
Browse files Browse the repository at this point in the history
  • Loading branch information
austingebauer committed Sep 21, 2023
1 parent b261a01 commit 9346964
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions saml/models/core/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ type AuthnRequest struct {
type Subject struct {
XMLName xml.Name `xml:"urn:oasis:names:tc:SAML:2.0:assertion Subject"`

BaseID *BaseID
NameID *NameID
EncryptionID string
SubjectConfirmation []*SubjectConfirmation

BaseID *BaseID // optional
NameID *NameID // optional
EncryptedID *EncryptedID // optional
}

// See 2.4.1.1 http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
Expand Down

0 comments on commit 9346964

Please sign in to comment.