Skip to content

Commit

Permalink
Document locale parameter to epd sso
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampei committed Jul 3, 2024
1 parent 9b197dc commit d4ab5ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions technical/sso/epd_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ In addition to the list of required parameters above, we also support the follow

If no patient with `clientid` exists, we will check if we have a record under `previous_clientid`. If so, we will rename that to the given `clientid` and proceed with login.

### `locale` - Language of the interface for the professional.

Support for `nl` or `en`. Defaults to `nl`. If an unknown language is given, this parameter is ignored. The professional can override this within our interface, but it will be saved to this given value every time they login, so only pass it if your sure it's the language they want.

## Deep link

By default the user is sent to the `timeline` after login, which shows the recent activity for the dossier. But it is also possible to go to send the user to a specific page in the application by specifying the `area` to go to.
Expand Down

0 comments on commit d4ab5ee

Please sign in to comment.