I'm currently building a web app which requires the user to login from another website before logging into my own website (an authentication system). I was planning on using OAuth 2.0, but not too sure if it would be possible (or overkill). Basically, as an example this is the process I wish to accomplish:
1) User logs in from example.com.
2) After successful login, the user would then be allowed to post and interact on my website.
From what I've read, I don't think this is possible with something like OpenID Connect.
1) User logs in from example.com.
2) After successful login, the user would then be allowed to post and interact on my website.
From what I've read, I don't think this is possible with something like OpenID Connect.