Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
951 stars 601 forks source link

Step by step implement in asp.net core application #1323

Closed Mateusz19021996 closed 2 years ago

Mateusz19021996 commented 2 years ago

Hi,

is there possibility to just type few steps what and where to implement in our webApplication in .net?

To use this nugett we need only to configure it in startup.cs? We should add something else? We just have to use [authorize] to use it in our endpoints?

Is there a difference between for example using octa or some another IDp?