I have been reading about OAuth, and found that it roughly performs the following
- client sends request token during redirect to server
- Server displays authorization screen to resource owner
- Resource owner provides uid and pw (not passed to client)
- Server sends access token back to client
- clients then users the Access token to gain access to a
resource
Based on my reding it does not appear that OAuth does not enable SSO or Federation, but on some Blogs it implies it does perform SSO
Is this correct or incorrect. Can it perform SSO without the help of other protocols?
Thanks
Yes it supports SSO with this flow.
We have 2 applications A and B.
Hope this example flow makes it more clear.