I found the solutin for my issue. docs.microsoft.com/.../how-to--configure-authentication-of-microsoft-dynamics-nav-web-client-users
To enable an authentication method on the Microsoft Dynamics NAV Web client site
On the computer that is running Microsoft Dynamics NAV Web Server components, open Internet Information Services (IIS) Manager.
On the Start menu, in the Search programs and files box, type inetmgr, and then press Enter.
In the Connections pane, under Sites, choose Microsoft Dynamics NAV 2018 Web Client.
Under IIS, double-click Authentication.
In the Authentication pane, enable the appropriate authentication based on the credential type.
For the Windows credential type, enable Windows authentication. If you are using Dynamics NAV apps, you must also enable Anonymous authentication.
For the UserName, NavUserPassword, and AccessControlService credential types, enable both Forms authentication and Anonymous authentication.
To enable an authentication method, choose the authentication method from the list, and then choose Enable in the Actions pane.
For Windows authentication, you must set up an authentication provider. By default, Windows authentication is configured to use the Negotiate and NTML providers, which is sufficient for most installations and no action is required. If the computer that is running Microsoft Dynamics NAV Web Server components and Microsoft Dynamics NAV Server are on different computers, and delegation with Kerberos is configured between the two computers, then the Negotiate provider must be first in the list of providers.
To set up the providers, do the following:
Choose Window Authentication, and then under Actions, choose Providers.
To add a provider, select the provider from the Available Providers list, and then choose Add.
To move a provider in the Enables Providers list, select the provider, and then choose the Move Up or Move Up button.
Choose the OK button.
Restart the web server.
In the Connections pane of IIS Manager, choose the root node for your computer, and then in the Actions pane, choose Restart.