I see mention of "OWIN". I'd like to know if asp.net zero also supports openID connect and JWT. Or if not, is there a plan/schedule for doing so?
5 Answer(s)
-
0
Hi,
Yes, AspNet Zero supports both OpenID Connect and JWT. We have 4 types of templates (MVC 5.x & jQuery, MVC 5.x & Angular1, ASP.NET Core & jQuery, ASP.NET Core & Angular2) and only Angular2 version does implement OpenID Connect, other templates contains both.
-
0
only Angular2 version does implement OpenID Connect, other templates contains both. That statement does not parse. Can you please rephrase?
-
0
When you buy AspNet Zero, if you choose to use Angular2 template, OpenID Connect is not included in that template. OpenID Connect is implemented in our other 3 templates.
Or are you asking about ABP or Module Zero ?
-
0
Thanks. So OpenID Connect is available in the MVC template. Can ASP.NET Zero act as an identity provider (IDP) and as an identity client? Or just one or the other? Can you send me a link to your documentation on OpenID Connect and JWT support?
Or are you asking about ABP or Module Zero ?
How does Module Zero differ from ASP.NET Zero? I didn't know they were two different things.
-
0
Hi,
Yes AspNet Zero can be used as IDP, see <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Core#token-based-authentication">https://aspnetzero.com/Documents/Develo ... entication</a>. But it cannot be used as Open Id Connect IDP. OpenId Connect section of it is really simple which contains a few lines of configuration code, nothing much.
AspNet Zero is based on Module Zero and ABP. You can create one of our free templates here <a class="postlink" href="http://aspnetboilerplate.com/Templates">http://aspnetboilerplate.com/Templates</a> and include OpenID Connect code if you like. I can share our OpenId Connect configuration code here if you like to try it with the free templates.
Thanks.