ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

New MIS should be registered manually by the NHS administrator using Mithril admin UI.


  1. Create new user for the client - it's a system user.
  2. Create new client with the type MIS using user from the p.1
  3. Assign MIS USER role to user
  4. Create new approval with all the scopes that should be available for new MIS. It shouldn't be more than available for the MIS client type - can be checked via Mithril admin.
  5. Create 2 new tokens: access_token and refresh_token
  6. Add new clients origins to the bucket configuration in the GSC
    1. Make sure that current project is set to ehealth-162117 (e.g. dev/demo and preprod).
    2. create new cors_configuration.json file
    3. [
        {
          "origin": ["https://helsi.me/"],
          "responseHeader": ["Content-Type"],
          "method": ["GET", "HEAD", "PUT"],
          "maxAgeSeconds": 3600
        }
      ]
  7. Share secret from the p.2 and token values from p.8-10 with MIS.


  • No labels