File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 37
37
},
38
38
# This is the value of the NameID that is return in the Subject in the
39
39
# Assertion
40
- "userid" : "roland"
40
+ "userid" : "roland" ,
41
+ # regex pattern that must be contained in the resulting echo page to validate
42
+ # that the SP returned the right page after Login.
43
+ "echopageIdPattern" : r"<title>SAML Echo Service</title>" ,
44
+ # list of regex patterns that must be contained in the resulting echo page to validate
45
+ # that the SP's echo page returns expected SAMLe response values (e.g. attribute values)
46
+ "echopageContentPattern" : [r"Given Name\s*</td>\s*<td>Roland</td>" ,
47
+ r"Userid\s*</td>\s*<td>roalnd</td>" ,
48
+ r"Surname\s*</td>\s*<td>Hedberg</td>" ,
49
+ ]
41
50
}
42
51
43
52
print json .dumps (info )
You can’t perform that action at this time.
0 commit comments