We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-02-17 13:35:58 +0200 |
Is it possible to use Jolla OAuth to authenticate to other services. Stackoverflow for instance supports OAuth but you need to know the OAuth endpoint URI. Looking at what happens when you login to together.jolla.com the URI is something like
https://account.jolla.com/registration/login/?next=/oauth/oauth2/authorize?state=hash_code&redirect_uri=https://together.jolla.com/account/signin/complete-oauth2/&response_type=code&client_id=hash_code
I can't see the client_id
hash code in my OAuth2 applications on https://account.jolla.com/oauth/oauth2/clients so I guess the together client is hardcoded in there?
Would it be possible to register a completely separate client application (say stackoverflow.com) for the Jolla OAuth2 endpoint?
If yes, what is the endpoint URI for authentication, if no, then this is a feature request.
2 | No.2 Revision |
Is it possible to use Jolla OAuth to authenticate to other services. Stackoverflow for instance supports OAuth but you need to know the OAuth endpoint URI. Looking at what happens when you login to together.jolla.com the URI is something like
https://account.jolla.com/registration/login/?next=/oauth/oauth2/authorize?state=hash_code&redirect_uri=https://together.jolla.com/account/signin/complete-oauth2/&response_type=code&client_id=hash_code
I can't see the client_id
hash code in my OAuth2 applications on https://account.jolla.com/oauth/oauth2/clients so I guess the together client is hardcoded in there?
Would it be possible to register a completely separate client application (say stackoverflow.com) for the Jolla OAuth2 endpoint?
If yes, what is the endpoint URI for authentication, if no, then this is a feature request.
EDIT 06-02-2015: Any update from Jolla? Is this something that Jolla is interested in providing?