Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
bd754e2b
Commit
bd754e2b
authored
Apr 06, 2017
by
Phu Kieu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix entityIssuer -> ssoIssuer typo
parent
53acaa9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
saml.go
connector/saml/saml.go
+1
-1
No files found.
connector/saml/saml.go
View file @
bd754e2b
...
@@ -291,7 +291,7 @@ func (p *provider) HandlePOST(s connector.Scopes, samlResponse, inResponseTo str
...
@@ -291,7 +291,7 @@ func (p *provider) HandlePOST(s connector.Scopes, samlResponse, inResponseTo str
if
rootElementSigned
{
if
rootElementSigned
{
if
p
.
ssoIssuer
!=
""
&&
resp
.
Issuer
!=
nil
&&
resp
.
Issuer
.
Issuer
!=
p
.
ssoIssuer
{
if
p
.
ssoIssuer
!=
""
&&
resp
.
Issuer
!=
nil
&&
resp
.
Issuer
.
Issuer
!=
p
.
ssoIssuer
{
return
ident
,
fmt
.
Errorf
(
"expected Issuer value %s, got %s"
,
p
.
entity
Issuer
,
resp
.
Issuer
.
Issuer
)
return
ident
,
fmt
.
Errorf
(
"expected Issuer value %s, got %s"
,
p
.
sso
Issuer
,
resp
.
Issuer
.
Issuer
)
}
}
// Verify InResponseTo value matches the expected ID associated with
// Verify InResponseTo value matches the expected ID associated with
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment