From 6aa2b79424ebea6a690de134e45e0f2d9ddd6db0 Mon Sep 17 00:00:00 2001 From: hal2100 Date: Tue, 30 May 2023 10:15:07 +0200 Subject: [PATCH] Updating redirect URI The old redirect URI included the "www" prefix, which does no longer work. --- .../LocalFunctionality/Norway/norwegian-vat-reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business-central/LocalFunctionality/Norway/norwegian-vat-reporting.md b/business-central/LocalFunctionality/Norway/norwegian-vat-reporting.md index b033ffc4b1..33b84bc49f 100644 --- a/business-central/LocalFunctionality/Norway/norwegian-vat-reporting.md +++ b/business-central/LocalFunctionality/Norway/norwegian-vat-reporting.md @@ -58,7 +58,7 @@ After you register your company in ID-Porten, the next step is to create an inte | Tillatte grant types | A grant represents the user's consent to retrieve an access token. By selecting specific grants, you consent to the corresponding methods of retrieving an access token. |

Select the following grant types:

| | Klientautentiseringsmetode | The method of authentication of your client. | Specify **client_secret_post**. | | Applikasjonstype | The application (or client) type is the type of runtime environment that the client is running under. OAuth2 chapter 2.1 lists the available options. The choice of client type is a security assessment that the customer will perform. | Select **web**. | -| Gyldig(e) redirect uri-er | This parameter applies only to personal sign-in integrations. It specifies the URIs that the client is allowed to go to after sign-in. | The URI is a combination of your base URI and OAuthLanding.htm. This value differs depending on whether you use Business Central online or on-premises. For online, use the following URI, `https://www.businesscentral.dynamics.com/OAuthLanding.htm`. Here is an example of a URI for on-premises: `https:///OAuthLanding.htm`. | +| Gyldig(e) redirect uri-er | This parameter applies only to personal sign-in integrations. It specifies the URIs that the client is allowed to go to after sign-in. | The URI is a combination of your base URI and OAuthLanding.htm. This value differs depending on whether you use Business Central online or on-premises. For online, use the following URI, `https://businesscentral.dynamics.com/OAuthLanding.htm`. Here is an example of a URI for on-premises: `https:///OAuthLanding.htm`. | | Gyldig(e) post logout redirect uri-er | This parameter applies only to personal sign-in integrations. It specifies the URIs that the client is allowed to go to after sign-out. | Specify `https://skatteetaten.no`. | | Frontchannel logout uri | The URI that the provider sends a request to upon sign-out that is triggered by another client in the same session. If you don't set this parameter, you risk that users remain signed in to your service when they sign out of ID-porten. | Specify `https://skatteetaten.no`. | | Frontchannel logout krever sesjons-id | This parameter applies only to personal sign-in integrations. It's a flag that determines whether the issuer and session ID parameters are passed together with **frontchannel_logout_uri**. | Leave this checkbox cleared. |