Amazon SSO added
This commit is contained in:
parent
2a7491edcd
commit
65723d3063
7 changed files with 25 additions and 3 deletions
|
|
@ -9,7 +9,11 @@ Documentation on omniauth:
|
|||
https://github.com/omniauth/omniauth/wiki/List-of-Strategies
|
||||
https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview
|
||||
|
||||
## Google+
|
||||
List of strategies:
|
||||
|
||||
https://github.com/omniauth/omniauth/wiki/List-of-Strategies
|
||||
|
||||
## Google
|
||||
|
||||
The client ID for the debshots and the private key must be set as environment
|
||||
variables before running the application:
|
||||
|
|
@ -19,6 +23,13 @@ variables before running the application:
|
|||
|
||||
## Amazon
|
||||
|
||||
The client ID for the debshots and the secret must be set as environment
|
||||
variables before running the application:
|
||||
|
||||
* AMAZON_CLIENT_ID=…
|
||||
* AMAZON_CLIENT_SECRET=…
|
||||
|
||||
|
||||
Client ID:
|
||||
|
||||
amzn1.application-oa2-client.78d832919fc24456b0636762cf18efd9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue