-
Please expose **OpenIdConnectOptions.UseTokenLifetime** property via **OktaMvcOptions** and populate the value of **OpenIdConnectOptions.UseTokenLifetime** property with the value from **OktaMvcOption…
-
How do we retrieve the user info(domain/username) with your solution ?
I tried overriding NtlmAuthenticationOptions.OnCreateIdentity but I'm never stepping in when debugging.
Btw I'm using Nancy…
-
Hello,
there is way to use with Global.asax?
-
Hello, I am trying to build a dynamic document based on the logged in user and each time the document should show the APIs which the users have permission to it.
I use Document Processor to filter ou…
amgdy updated
4 years ago
-
Adding issue here to help others who may be googling this...
If you attempt to use this package with the WsFederation Middleware in OWIN/Katana 4.0 (which uses Microsoft.IdentityModel 5.x) you will…
-
Its is possible to wire up existing owin providers into the Freya pipeline?
It would be nice to add support for the all the security modules provided by MSFT [here](http://www.asp.net/aspnet/overview…
-
I have a website that utilizes physical directory browsing. Here's my code:
public void Configuration(IAppBuilder app)
{
AreaRegistration.Regi…
-
The decoupling between the two concepts as defined has not shown any benefits since the first specification, and has also caused confusion for users. The additional burden on the specification doesn't…
-
-
I may not be alone in the need to modify the resource based on external systems. In order to do this with the highest performance possible (e.g. making external calls only when necessary), the ideal …