Oauth2 Services - OpenID Connect (OAuth2) - Scope question

Re: Oauth2 Services - OpenID Connect (OAuth2) - Scope question

by Leon Stringer -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers

I think you need to configure a third endpoint: userinfo_endpoint. This is used to retrieve the actual user information. You'll need to find out what the URL is for this endpoint for the provider being used.

However OpenID should support service discovery, if you configure Service base URL it will configure the endpoints automatically.