locked
Open ID Implementation .Net Core RRS feed

  • Question

  • User107810802 posted

    Hi Team 

    I need to implement OPEN ID in my website , can you please tell me what all steps needs to be taken care.

    Regards

    Manoj 

    Friday, June 5, 2020 9:08 PM

All replies

  • User475983607 posted

    I need to implement OPEN ID in my website , can you please tell me what all steps needs to be taken care.

    If you want to implement your own token (Open Id) server than IdentityServer4 is very good option. Visual Studio comes with IdentityServer4 templates; https://identityserver4.readthedocs.io/en/latest/

    If you are using a 3rd party Open Id server then you'll need to read the documentation for that server.

    Friday, June 5, 2020 9:21 PM
  • User107810802 posted

    OPEN ID Connect needs to be implementated

    Friday, June 5, 2020 9:44 PM
  • User475983607 posted

    OPEN ID Connect needs to be implementated

    Before you can move forward you'll need to learn OAuth/OIDC.  You'll need several months depending on your current security experience.  Or you could simply read the link in my first response and go through the Quick Start tutorial.  Up to you...

    Friday, June 5, 2020 10:05 PM
  • User-474980206 posted

    Here is a list of certified libraries   

    https://openid.net/developers/certified/

    Note: you don’t specify if you need to host your own open id server or interface with one.

    Saturday, June 6, 2020 1:27 AM