OpenID Configuration

You are here:
Estimated reading time: 1 min

Configuring OpenID

Please note: this example uses Googles API, you may have a different provider. If so, you will need to replace steps 1-6 to create the credentials required in steps 7-8

1. Access this URL for Google’s API:
https://console.developers.google.com/apis/credentials

2. Create a project:
yourcompany-openid
(Organization remains as your organisation, e.g: yourcompany.com)

3. In upper left “API Manager”, select “Credentials”.

4. Select “Create credentials” button and select “OAuth client ID”.

5. On “Configure consent screen”, populate fields:
– Email address: e.g: yourname@yourcompany.com
– Product name: e.g: Your Product
– Privacy URL: e.g: https://www.yourcompany.com/privacy-and-terms/
– Click Save

6. Create client ID screen:
– Select Application Type: Web application
– Name: Spider OpenID Client
– Restrictions – enter redirect URL: e.g: https://yourcompany.spiderstrategies.com:443/login
– Click “Create”.
– This will create client ID and client secret. Take special care to NOT copy leading and trailing spaces.

Example (Numbers are fake for this example):
client ID: 1020115234233-gtut3e5kbg03j28gegv3pf0m38bfl833.apps.googleusercontent.com
client secret: WudhyhTSyArqnG3ln96XQpCC

7. In QuickScore, go to Administration > Application Administration screen.
– In Authentication settings, select “OpenID Connect”.
– Click “Save” to enable OpenID prompts.
– Enter the following values:
Authorization Endpoint: https://accounts.google.com/o/oauth2/v2/auth
Token Endpoint: https://www.googleapis.com/oauth2/v4/token
User Information Endpoint: https://www.googleapis.com/oauth2/v3/userinfo
Client ID: [paste copied Client ID here]
Callback URL: [paste copied Callback URL here]
– Click Save

8. To access URL as “admin” user, use the URI:
/adminlogin

 

For OpenID authentication, the software launches you to authenticate against the external authentication source.

Was this article helpful?
Dislike 0
Views: 387