make the fetching of user info generic so that bceid users can get it from db/any other source
Open
Pay
techdebt
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
## What is the problem?
* the current fetching of user in sbc-auth using keycloakservice in sbc-common-compoennts .This brings hard dependency where bceid users need this information from database instead of keycloak.
```
@Action({ commit: 'setCurrentUser' })
public loadUserInfo () {
// Load User Info
return KeyCloakService.getUserInfo()
}
```
## What is the impact?
*
bceid users fetching logic is impacted
## Proposed solution
*TBD
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.