powerapps - Using Microsoft Common data services SDK in asp.net web api -
i working on use microsoft common data services sdk methods in asp.net web api. when creating connection common data service, giving prompt sign in azure id after login not return response web api proceed further.
this working fine when using sdk methods inside console application, able perform crud operations on cds database console application.
please suggest how use sdk methods in asp.net web api? want avoid login prompt application web api service run in background , there no user interaction. there way define login credentials in config file or in code avoid login prompt?
thanks
Comments
Post a Comment