Skip to content

Commit d94b2c3

Browse files
alambarebjgiraudon
authored andcommitted
fix(oidc): do not fail when trying to authenticate an already authenticated user
1 parent bb6011b commit d94b2c3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

eodag/plugins/authentication/openid_connect.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@
3131

3232
from eodag.plugins.authentication import Authentication
3333
from eodag.utils import HTTP_REQ_TIMEOUT, USER_AGENT, parse_qs, repeatfunc, urlparse
34-
from eodag.utils.exceptions import (
35-
AuthenticationError,
36-
MisconfiguredError,
37-
PluginImplementationError,
38-
TimeOutError,
39-
)
34+
from eodag.utils.exceptions import AuthenticationError, MisconfiguredError, TimeOutError
4035

4136
if TYPE_CHECKING:
4237
from requests import PreparedRequest, Response

0 commit comments

Comments
 (0)