bcgov / bcgov/entity

make the fetching of user info generic so that bceid users can get it from db/any other source

Open
#4,178 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.