The Following User Says Thank You to Capt'n Corrupt For This Useful Post: | ||
![]() |
2011-05-23
, 20:39
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#192
|
![]() |
2011-05-23
, 20:44
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#193
|
![]() |
2011-05-23
, 21:17
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#194
|
![]() |
2011-05-24
, 14:53
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#195
|
![]() |
2011-05-24
, 17:27
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#196
|
![]() |
2011-05-25
, 13:24
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#197
|
![]() |
2011-05-25
, 13:52
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#198
|
![]() |
2011-05-26
, 00:07
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#199
|
![]() |
2011-05-26
, 00:25
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#200
|
![]() |
Tags |
awesome sauce, chrome os, chromebook, go away, long and boring, oh yeah!, quite enough, talking2myself, webgl, yaaaaaaaaaaawwn |
|
The first is open ID. Basically it allows the site that you're trying to access confirm through a host party.
The second is OAuth, and it's a little different. It sets up way of sharing information between two services authorized through the host service (eg. Google). Generally the information that you are authorizing is presented on the authorization screen of your host service at application installation. You should always ensure that the URL of the host service is encrypted and accurate as to avoid phishing.
These are pretty secure as you're never giving your login information to the party that's requesting the authorization. With the OAuth solution, you have to trust that that the system that you're connecting to will handle your data with care, so there is a point of vulnerability. If you don't trust the handling of your data, you shouldn't use the application!
As always, there is a degree of trust that you must have with the services that you use. Even if you roll the code yourself you trust to a degree the competency of that code. However, using an external service requires more trust, and as always, authorization of information should be not handled with impunity.
It's the same thing when you download software. You must trust that the application treats your FS data with care. Therefore you choose software that you trust not to be malicious. OAuth/OpenID allow authorization of specific bits of data so it's a little more fine-grained than typical downloaded programs, but the trust in the service must still be there.
I have no problem sharing my email address with an oAuth setting, or even certain dropbox files, but in both cases, I must have a degree of trust in the online service that I intend to use. I would not, for example, share authorization to my financial accounts with any service. I just wouldn't.
Last edited by Capt'n Corrupt; 2011-05-23 at 20:24.