-
The UnityContainer.Resolve should not be used when registering types with dependencies. Using ResolvedParameter does the same thing without constructing all dependent instances at composition time.
-
Hi,
I'm solving business requirement that they don't want to have login form on IdS but on MVC client (popup login, CMS, localizations, etc) and still use SSO.
So I let user insert credentials on MVC…
-
-
In WebApi 2 we used an AuthorizationFlterAttribute to implement the following permissions based concept:
- Each controller action has a permission code associated.
- Roles are associated with a set of…
-
1.0.0-beta4
Win10 preview build 10130
dnx451 (but will also need for dnxcore50)
VS 2150 RC
I'm working with AAD SSO, and everything, including Graph API, is working fine. Just one issue: When using `…
-
Hi!
I'd like to use this library together with the ASP Web API framework. I'm building a javascript client using Web API controllers as backend.
Currently the System.Web.Http.AuthorizeAttribute doe…
-
At RestAPI level we are using Thinktecture Bearer Token providers to Authorize using Bearer Token.
We customized and used System.Web.Http.AuthorizeAttribute to Authorize access to any RestAPI's.
Is t…
-
It is a business requirement by us that the automated, software controlled (no human intervention) login is done by passing credentials (username / pw) and authenticating that against the user-store …
-
I'm not doing anything special, this is my only direct usage of CacheCow in my WebApi-OData project:
``` C#
var connectionString = ConfigurationManager.ConnectionStrings["Context"].ConnectionString;
…
-
Next version of Asp.Net Identity will be Implementing ['Group Based' Permissions Management](https://github.com/aspnet/Identity/issues/184) for large numbers of users please add groups named parameter…