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.