I want to implement OAuth/OpenID for Website One and use it in Website Two.

I create Sign Up, Sign In, Sign Out, Profile functionality/Pages for Website One and want to use authentication in Website Two like Facebook or Twitter authentication.

As an additional information if you got interest you can visit trial websites of Website One and Website Two. Please do not expect full or correct functionality because as I said above they are just trials yet.

P.S. I decided to use OAuth. Forget about OpenID.

有帮助吗?

解决方案

I had a look at your sites. It's not working this way.

You want STOZE to use the authentication from TIKSN? Well, you have to configure STOZE as an "oAuth resource server", so it keeps the protected resources, and configured to work only with token he gets from TIKSN, which will be configured as an "oAuth identity provider".

Read a little bit about oAuth...

OpenID is a different story - then, you will have to configure TIKSN as "OpenID provider", and configure STOZE to enable it to work with OpenID providers (so TIKSN will be one of them, but you will be able to use also Google, Yahoo, etc)

Read a little bit about OpenID...

HTH

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top