Plugin: Keycloak: Update README

pull/5396/head
Ivo Raisr 1 year ago
parent 2dd119ebc1
commit cb5e742821
  1. 6
      plugin/keycloak/README.md

@ -34,7 +34,7 @@ Change the client scope roles to "Single role attribute".
- Client Scopes-> role_list -> Mappers -> role list -> "Single Role Attribute" = true
Add user mappers for "Firstname" "LastName" and "Email" so Chamilo can get those values.
Add user mappers for "FirstName", "LastName" and "Email" so Chamilo can get those values.
Clients -> (select the client previously created) -> mappers -> create
@ -49,4 +49,6 @@ Repeat the process for the 3 attributes.
Create a demo user in keycloak
Try to login using the keycloak new button in Chamilo.
Try to login using the keycloak new button in Chamilo.
When everything works, restrict `Valid redirect URIs` setting from `*` to `http://www.example.org/plugin/keycloak/start.php?acs`

Loading…
Cancel
Save