More IdP discovery support.
This commit is contained in:
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")
|
Reference in New Issue
Block a user