Skip to content

Commit

Permalink
docs: added images to wallet ui (architecture etc.)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeroch authored Feb 12, 2024
1 parent d7851c4 commit d3bb202
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/developer/02. Identity/04. Wallet UI/01. Wallet UI.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,42 @@ The wallet ui connects the company wallet (technical component as managed servic

Inside the wallet UI the owned credentials, their expiry as well as the authority are displayed.

<br>

### Authentication

The authentication is a direct connection to the backend service of the wallet (as per release 24.03.).
The user jwt token is getting validated and used to authorize.
With the implementation of 24.05. a change is planned.

<br>

### Architecture View

<img width="831" alt="image" src="https://github.com/catenax-ng/tx-portal-assets/assets/94133633/82cdcd45-1520-4de0-a7f7-6114cb93b647">


<br>

### Implementation Details

#### Design Example

<br>

<img width="540" alt="image" src="https://github.com/catenax-ng/tx-portal-assets/assets/94133633/357542f4-7e64-4747-ac5c-b15054046590">

<br>


#### API Connection

Calling the configured wallet solution (as per the env. file config) endpoint

```
GET /api/credentials
```

<br>

## NOTICE
Expand Down

0 comments on commit d3bb202

Please sign in to comment.