Skip to content

Instantly share code, notes, and snippets.

@andreaceccanti
Created January 15, 2019 15:00
Show Gist options
  • Save andreaceccanti/72aabebf255e0ef3af30de8d7404d81f to your computer and use it in GitHub Desktop.
Save andreaceccanti/72aabebf255e0ef3af30de8d7404d81f to your computer and use it in GitHub Desktop.
oidc:
providers:
- name: google
issuer: https://accounts.google.com
client:
clientId: ${IAM_GOOGLE_CLIENT_ID}
clientSecret: ${IAM_GOOGLE_CLIENT_SECRET}
redirectUris: ${iam.baseUrl}/openid_connect_login
scope: openid,profile,email,address,phone
loginButton:
text: Google
style: btn-social btn-google
image:
fa-icon: google
- name: egi-checkin
issuer: ${IAM_CHECKIN_ISSUER}
client:
clientId: ${IAM_CHECKIN_CLIENT_ID}
clientSecret: ${IAM_CHECKIN_CLIENT_SECRET}
redirectUris: ${iam.baseUrl}/openid_connect_login
scope: openid,profile,email
loginButton:
text:
title: Sign in with EGI CheckIn
image:
url: https://egi.eu/wp-content/uploads/2016/05/cropped-logo_site-1-300x300.png
size: medium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment