More IdP discovery support.
This commit is contained in:
parent
d3ec4b1d55
commit
5fa3d301ce
9
tests/test_69_discovery.py
Normal file
9
tests/test_69_discovery.py
Normal file
@ -0,0 +1,9 @@
|
||||
from saml2.discovery import DiscoveryServer
|
||||
|
||||
__author__ = 'rolandh'
|
||||
|
||||
|
||||
def test_verify():
|
||||
ds = DiscoveryServer(config_file="disco_conf")
|
||||
assert ds
|
||||
assert ds.verify_sp_in_metadata("urn:mace:example.com:saml:roland:sp")
|
Loading…
Reference in New Issue
Block a user