bugfix/Take the local_identity_provider value if any 3

This commit is contained in:
Marko Milić 2023-03-03 19:43:22 +01:00
parent 8ec5e19ddd
commit 4678ab197a

View File

@ -1060,7 +1060,7 @@ def restoreSomeSessions(): Unit = {
}
def isObpProvider(user: AuthUser) = {
user.getProvider() == Constant.HostName
user.getProvider() == Constant.localIdentityProvider
}
def obpUserIsValidatedAndNotLocked(usernameFromGui: String, user: AuthUser) = {