Skip to content

Commit

Permalink
remove attribute for appointments.
Browse files Browse the repository at this point in the history
  • Loading branch information
icrc-fdeniger committed May 3, 2024
1 parent 9be355b commit b433509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/startup-oauth2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ userInfoUri=http://keycloak:8080/realms/main/protocol/openid-connect/userinfo
logoutUri=${OMRS_OAUTH_USER_LOGOUT_URI}
scope=openid
openmrs.mapping.user.username=preferred_username
openmrs.mapping.user.username.serviceAccount=email
openmrs.mapping.user.username.serviceAccount=preferred_username
openmrs.mapping.person.givenName=given_name
openmrs.mapping.person.familyName=family_name
EOF
Expand Down

0 comments on commit b433509

Please sign in to comment.