Merge pull request #2195 from constantine2nd/develop

fix provider check
This commit is contained in:
Simon Redfern 2023-03-03 19:53:04 +01:00 committed by GitHub
commit 972383a042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) = {