-
Notifications
You must be signed in to change notification settings - Fork 326
Authentication Strategies
brylie edited this page Nov 12, 2014
·
12 revisions
The API Umbrella configuration has the following authentication strategies.
auth_strategies:
enabled:
- github
- google
- persona
Each authentication strategy has specific considerations.
The Github authentication strategy needs the following information:
- client_id
- client_secret
The Google authentication strategy needs the following information:
- client_id
- client_secret
To set up the Google authentication strategy:
- Review and follow the Google OAuth for Login documentation
- The Redirect URIs on the Google Developers Console should be: (See issue #44)
- The Javascript Origins should be: <your-domain.com>
- Add your
client_id
andclient_secret
to the api-umbrella.yml - Restart API Umbrella