Pega4you

SSO Authentication

1. In Developer Studio , Click on Configure -> Org & Security -> Authentication -> Create Authentication service.
2. Enter the name  and select the type as OpenID Connect.
3. Enter GoogleAuthe in Aurhentication service alias.
4. Copy and paste the following in the respective text box.
     Authorization endpoint – https://accounts.google.com/o/oauth2/auth
     Token endpoint – https://www.googleapis.com/oauth2/v3/token 
     Userinfo endpoint – https://www.googleapis.com/oauth2/v3/userinfo 

5. From the navigation pane, Click on Records -> Security -> Keystore . Right click on Keystore and click create.
6. In Keystore Location, select Reference to URL.
7. In Keystore url textbox,paste the url ( https://www.googleapis.com/oauth2/v3/certs )
8. Select the Keystore type as JSON Web Key (JWK).