Skip to content

Commit

Permalink
Update auth-server-config.md
Browse files Browse the repository at this point in the history
markdown
  • Loading branch information
lbadenhop authored Sep 27, 2024
1 parent 97b78b8 commit 8b66462
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions content/en/docs/Configuration/auth-server-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Authentication is the area where you can configure and manage different credenti
2. Click on the Authenticators section on the left menu, after selecting the desired realm.
3. Add **"post-login-flow"** - This specifies the actions to be needed after the authentication of the user is done successfully.
![Post login flow](/Images/post-login-flow.png)
4. Configure
4. Configure:
* **END USER UPDATE** authenticator - When the user is successfully authenticated, Keycloak stores the id_token claims in the user session attribute. This is configured in the END USER UPDATE authenticator. Following configurations need to be set for END USER UPDATE.

| Configuration | Required | Default Value | Description |
Expand All @@ -70,10 +70,9 @@ Authentication is the area where you can configure and manage different credenti
| Openbanking Realm Name | true | null | Openbanking realm name to fetch internal tokens |

Refer to the below image:
![END USER UPDATE](/Images/end-user-update.png)

![END USER UPDATE ](/Images/end-user-update.png)

* **CONSENT GRANT REDIRECT** authenticator - This is configured to redirect the user to the consent grant application of the bank.
* **CONSENT GRANT REDIRECT** authenticator - This is configured to redirect the user to the consent grant application of the bank.

| Configuration | Required | Default Value | Description |
|--------------------------------|----------|---------------|----------------------------------------------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit 8b66462

Please sign in to comment.