DIPS Federation Service
To get data from DIPS, your need to authenticate yourself. To log in a user, you can use the DIPS Federation Service. The DIPS Federation Service is an Open ID Connect Provider, meaning that you can use any OpenID Connect library to communicate with it.
Obtain an access token
The following information can be used to obtain access tokens from the Federation Service:
Open ID Connect option | Value |
---|---|
Grant type | Authorization Code or Client credentials |
Authentication URL | https://api.dips.no/dips.oauth/connect/authorize |
Token URL | https://api.dips.no/dips.oauth/connect/token |
Client ID | postman |
Client Secret | postman |
Scope | openid offline_access dips-fhir |
When authorizing you will have to provice a username and password. This is the login to DIPS Arena, where you can use opendips as the username and open1234 as the password. If you have to provide a userrole, you can use Full funksjonstilgang og VID datatilgang.
If you are using Postman you can check out the postman page.