oauth 2.0 - How to implement OIDC (Open Id connect) server with OWIN -


i want create oidc server , went through many links couldn't found out way build oidc server owin middle ware.

note: have created oauth authorization server of owin middleware

the development of provider not 1 of highest priority scenarios oidc owin middleware. if planning create own provider because need customization, recommend picking open source products identityserver - see https://github.com/identityserver. if doing learning experience, have not advice - in fact, more advice less learn in exercise... anyway, if need inspiration can take @ https://github.com/aspnet-contrib/aspnet.security.openidconnect.server


Comments