File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
from saml2 import BINDING_HTTP_REDIRECT
13
13
from saml2 .client_base import Base
14
14
from saml2 .config import SPConfig
15
- from saml2 .extension .ui import NAMESPACE as UI_NAMESPACE
15
+ from saml2 .extension .mdui import NAMESPACE as UI_NAMESPACE
16
16
from saml2 .metadata import create_metadata_string
17
17
from saml2 .authn_context import requested_authn_context
18
18
Original file line number Diff line number Diff line change 17
17
18
18
from saml2 import SAMLError , xmldsig
19
19
from saml2 .config import IdPConfig
20
- from saml2 .extension .ui import NAMESPACE as UI_NAMESPACE
20
+ from saml2 .extension .mdui import NAMESPACE as UI_NAMESPACE
21
21
from saml2 .metadata import create_metadata_string
22
22
from saml2 .saml import NameID
23
23
from saml2 .saml import NAMEID_FORMAT_TRANSIENT
You can’t perform that action at this time.
0 commit comments