Options

Webservices authentification

sbillysbilly Member Posts: 231
edited 2011-04-26 in NAV Three Tier
Hi;
Is there any solution to make Webservices authentificate with database login???

Comments

  • Options
    kinekine Member Posts: 12,562
    No, there is not such a way. Do ot forget, the 3-tier architecture is using ONLY Windows Authentication. Forget database logins, they have no future...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    ChemanelChemanel Member Posts: 15
    Well,

    There is always a way.. You can code for exemple a stored proc that check a login/password... Then in a CodeUnit, you can call this stored proc... and return a true/false trought the webservice ...

    BUT,

    i'm agree with Kine, the best is to keep Windows Authentification.
  • Options
    kinekine Member Posts: 12,562
    Yes, you can do that, but it will not be authentication on the webservice level, but only on business logic level. You will still need the Windows authentication to call the webservice....
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.