asp.net mvc - WebAPI and MVC application security credentials -
i have 2 applications - mvc web application users enter data , telerik reporting webapi application. these 2 separate sites hosted on iis. both these applications, windows authentication enabled. created role manager retrieve roles , userid current user sql. want logic shared across both these applications. what's best way that?
does make sense use wcf authentication service , create cookie , share between 2 applications? if so, point me in direction of that? eventually, mobile applications create able consume same service.
i keep hearing webapi should not in different application... should hosted main mvc application. need make sure new release of reports not force release new version of main application. there needs separation of these two. thinking through wrong way?
any appreciated! thank you
Comments
Post a Comment