Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • URI and port number

    • QA environment: idp-qa.himsa-sso.com:443

    • Production: idp.noahhimsa-essso.com:443 (data residency is always EU in the Preview release)

  • ClientId: Supplied by HIMSA

  • Scope: openid profile noah.cloud.app.users.api

    • If relevant for your app and app registration allows: offline_access

  • Flow: Authorization Code + PKCE

  • RedirectURI: IdP will redirect the client to this after successful authentication, with tokens for accessing the API. You must inform HIMSA about this, because we need to whitelist it

  • Extra options

    • culture-lcid: Culture LCID code for localizing the website

...

  • URI and port number

    • QA environment: api.qa.eu.noah-es.com:443 (note: will also be available under himsa-sso.com after the Preview release)

    • EU Production: api.eu.noah-es.com:443

    • US Production: api.us.noah-es.com:443 (note: data residency is always EU in the Preview release)

  • HIMSA's .NET Client:

    • Either use the constructor that takes an access token or a refresh token as input

...