Skip to content

Migrationsanleitung

Für alle Integration, die bereits das ADSwissCI Authentication Interface angebunden haben, wurde diese Übersicht erstellt, um eine schnelle und effiziente Migration zu ermöglichen. Achtung: Diese Anpassung müssen nur Systeme vornehmen, die E-Rezepte signieren. Die Abgabeseite ist davon nicht betroffen.

  1. Kontaktieren Sie uns bitte unter support@hin.ch für die Freischaltung Ihrer Client ID und der Test-Identitäten für den neuen Authentisierungs-Endpunkt.
  2. An 3 Stellen müssen Sie die URL neu konfigurieren (siehe untenstehende Tabelle).
  3. Der Signier-Befehl verwendet neu den Präfix oauth: statt epdg:
  4. Die Tokengruppe ändert von adswiss_ci_prep neu zu hin_authservice_int für die Testumgebung
  5. und von adswiss_ci neu zu hin_authservice für die produktive Umgebung.

Testumgebung:

URLaltneu
fetch auth tokenhttps://oauth2.ci-prep.adswiss.hin.ch/authService/EPDAuthhttps://oauth2.authservice-int.hin.ch/v1/oauth
return urlhttps://ci-prep.adswiss.hin.ch/samlService/saml/authenticate?guid={...}https://authservice-int.hin.ch/v1/oauth/authorize?guid={...}
fetch auth handlehttps://oauth2.ci-prep.adswiss.hin.ch/authService/EPDAuth/auth_handlehttps://oauth2.authservice-int.hin.ch/v1/oauth/auth_handle

Produktive Umgebung:

URLaltneu
fetch auth tokenhttps://oauth2.ci.adswiss.hin.ch/authService/EPDAuthhttps://oauth2.authservice.hin.ch/v1/oauth
return urlhttps://ci.adswiss.hin.ch/samlService/saml/authenticate?guid={...}https://authservice.hin.ch/v1/oauth/authorize?guid={...}
fetch auth handlehttps://oauth2.ci.adswiss.hin.ch/authService/EPDAuth/auth_handlehttps://oauth2.authservice.hin.ch/v1/oauth/auth_handle

version 1.0.0