Inclusion of MitID Transaction ID for all returned ID Token

What is the change?

At E-Ident, we have made changes to include MitID TransactionID in the EIdent ID Token if MitID TransactionID is available.
This change is done for both MitID OIDC and SAML flow.
The claim will be returned with name mitid_transactionid for OIDC and MITID_TRANSACTIONID for SAML.
The change is for type of identification which includes normal flow, iFrame flow and CIBA flow.
In normal flow it supports only private flow. Professional i.e Erhverv flow will not return MitID TransactionID.
Same changes will be reflected in the result of userinfo endpoint.

What this means to customers?

Customers can expect an additional claim with name mitid_transactionid for OIDC and MITID_TRANSACTIONID for SAML.

IDToken update examples

Before the change:

{
"sub" : "mitid:xxxxxx-xxxx-xxxx-xxxx-xx",
"mitid.uuid" : "xxxxxx-xxxx-xxxx-xxxx-xx",
"amr" : [ "mitid" ],
"iss" : "https://www.ident-preprod1.nets.eu/oidc",
"pid" : "xxxxxx-xxxx-xxxx-xxxx-xx",
"nonce" : "noncexx-xx-xx",
"aal" : "https://data.gov.dk/concept/core/nsis/High",
"aud" : "MER2",
"ial" : "https://data.gov.dk/concept/core/nsis/High",
"mitid_amr" : [ "code_app" ],
"exp" : 1780055997,
"identity_type" : "private",
"iat" : 1780055097,
"jti" : "xxxx-xxx-xxx-xx-xx",
"loa" : "https://data.gov.dk/concept/core/nsis/High"
}

After the change:

{
"sub" : "mitid:xxxxxx-xxxx-xxxx-xxxx-xx",
"mitid_transactionid" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"mitid.uuid" : "xxxxxx-xxxx-xxxx-xxxx-xx",
"amr" : [ "mitid" ],
"iss" : "https://www.ident-preprod1.nets.eu/oidc",
"pid" : "xxxxxx-xxxx-xxxx-xxxx-xx",
"nonce" : "noncexx-xx-xx",
"aal" : "https://data.gov.dk/concept/core/nsis/High",
"aud" : "MER2",
"ial" : "https://data.gov.dk/concept/core/nsis/High",
"mitid_amr" : [ "code_app" ],
"exp" : 1780055997,
"identity_type" : "private",
"iat" : 1780055097,
"jti" : "xxxx-xxx-xxx-xx-xx",
"loa" : "https://data.gov.dk/concept/core/nsis/High"
}

Planned date for pre-production:

Planned date for production:

Need help/Have questions:

Please reach out to https://ingroupe.com/in-trust-services-support-contact-page/