Skip to content

Commit f7bb955

Browse files
committed
Import oic structures correctly
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent ec27a7c commit f7bb955

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/satosa/backends/openid_connect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
from oic import oic
99
from oic import rndstr
10-
from oic.oic import ProviderConfigurationResponse, AuthorizationResponse
10+
from oic.oic.message import AuthorizationResponse
11+
from oic.oic.message import ProviderConfigurationResponse
1112
from oic.oic.message import RegistrationRequest
1213
from oic.utils.authn.authn_context import UNSPECIFIED
1314
from oic.utils.authn.client import CLIENT_AUTHN_METHOD

0 commit comments

Comments
 (0)