Questions tagged as 'owin'

2
answers

OWIN and Katana - How does it really work and how do I use it?

In recent times I've been trying to better understand OWIN in aspects of why use it, how it works, and how to use it. As for why I use it I've already asked here and I've already convinced myself that the biggest motivation is to get the more mo...
asked by 16.05.2014 / 22:40
1
answer

OWIN and OAuth What are they and how to use them?

I'm looking at WebApi tutorials with authentication / authorization and I came across these two concepts, although explained in the tutorials the definitions are not clear. Even if you search the web, the explanations in English are confusing...
asked by 25.07.2015 / 04:45
2
answers

Redirect from Http to Https in Owin + OAuth + ExternalLogin

In the Host where my application is hosted, it uses ARR to redirect all pages to Https . The problem is that in the way that the code for asp.net mvc is configured, it means that the request is http , even though it is h...
asked by 22.10.2015 / 19:56
2
answers

Relationship between Middleware and Application Delegate

I'm studying OWIN and its Katana implementation by Microsoft. I've already asked about this here and the answers will help you get a good overview of the subject. Going deeper I found this doubt. In the specification two pro-operating objects...
asked by 27.05.2014 / 00:47
1
answer

Web API and Owin OAuth - redirect to another domain (redirect_uri)

Good afternoon, I'm having a problem implementing external login in a project I'm working on.    ASP.NET Web API + Owin + OAuth. Environment: I work with two Server1 and Server2 servers. Server1: Server published on the WEB. It hos...
asked by 09.05.2016 / 22:01
2
answers

What does a "Thread Safety" class mean?

According to MSDN a WebApp Class (Microsoft.Owin.Hosting) is Thread Safety . What does this mean exactly? This class specifically has a method Start that:    Start a web app .... Would every request to this app...
asked by 26.07.2015 / 22:18
1
answer

Motivation for OWIN

These days I read about OWIN on the MSDN website but I still can not find a good motivation for it. What I read is that OWIN is a way to decouple the application from the server so we can change the server if needed without affecting the applica...
asked by 28.04.2014 / 22:10
1
answer

REST Fundamental Principles

In this Infoq article , the author highlights the five fundamental tenets of REST: Give all things an Identifier Link things (resources / identifier) Use standardized methods Features with multiple representations Communicate wit...
asked by 23.09.2015 / 03:17
1
answer

Test concurrent queries on the REST server

I have a REST/WebApi server and wanted to test its performance with concurrent queries. My objective is to test, logically, the performance, and also if it is treating each request separately, that is, each query is handled by a process, thus...
asked by 01.08.2015 / 15:08
1
answer

Remove header return Owin WebApi

A simple return query to my REST service yields the following answer: { "Id": 1, "Descricao": "TIROLESA DE AÇO", "Und": "UND", "Fabrica": "STARROW", "Estoque": 9, "Preco": 0.39 }, However, querying with more than one object star...
asked by 01.08.2015 / 04:10