We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec27a7c commit f7bb955Copy full SHA for f7bb955
src/satosa/backends/openid_connect.py
@@ -7,7 +7,8 @@
7
8
from oic import oic
9
from oic import rndstr
10
-from oic.oic import ProviderConfigurationResponse, AuthorizationResponse
+from oic.oic.message import AuthorizationResponse
11
+from oic.oic.message import ProviderConfigurationResponse
12
from oic.oic.message import RegistrationRequest
13
from oic.utils.authn.authn_context import UNSPECIFIED
14
from oic.utils.authn.client import CLIENT_AUTHN_METHOD
0 commit comments