Log in with HelseId TestIdp

Log in as a test person

    {
        "CLAIM_NAME_1": {
            "issuer_type": "client",
            "issuer_id": "ClientID or Identity Provider Scheme",
            "issued_at": "timestamp",
            "value": {
                "Json": "structure here"
            }
        },
        "CLAIM_NAME_2": {
            "issuer_type": "client",
            "issuer_id": "ClientID or Identity Provider Scheme",
            "issued_at": "timestamp",
            "value": {
                "Json": "structure here"
            }
        }
    }
                                        

Log in as a pre-defined test person

  • These test persons are reserved in Syntpop and can be used to easily test logon using HelseID.
    Any other synthetic test person can also be used by entering the Personal Identifier manually.

About HelseID

HelseID is a national autentication service for the health sector in Norway.

HelseID enables the following features in your applications:

  • Authentication as a Service: HelseID is a federation gateway which acts as a gateway to identity providers suitable for the health sector.
  • Single Sign-on / Sign-out: Single sign-on (and out) over multiple application types.
  • Access Control for APIs: Issue access tokens for APIs for various types of clients, e.g. server to server, web applications, SPAs and native/mobile apps.

The foundation of HelseID is the protocols OpenID Connect and OAuth 2. It is recommended to gain some basic understanding of these if you consider using HelseID. To get started check out our documentation.