mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 11:06:49 +00:00
bugfix/Take the local_identity_provider value if any 3
This commit is contained in:
parent
8ec5e19ddd
commit
4678ab197a
@ -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) = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user