When I try registering with socials like google oauth for the first time, the user still sees the attached image as the consent descriptions. I do not want the user to see the variables or atleast have better descriptions of the scope.
I would also like to know why is the client credentials grant in the tenant settings disabled.
When I try registering with socials like google oauth for the first time, the user still sees the attached image as the consent descriptions. I do not want the user to see the variables or atleast have better descriptions of the scope.
While integrating with Google Social login, you can’t disable the consent as your application is considered a third-party application for Google. Only First-party applications can skip consent. You are able to edit non-sensitive scopes from the Google Developer Console → Google Social Connection to Login
I would also like to know why is the client credentials grant in the tenant settings disabled.
The Client Credentials option it turned off due to the Application type chosen during creation. Client Credentials grant is disabled automatically from applications that are supposed to generate tokens from a client-side, like SPA and Native apps. This was a change for security reasons since it uses the client_secret to generate tokens.
I am aware that third party applications cannot skip consent screen and it can only be done in first party applications. I am not trying to skip it for third party, but it might make more sense to display better consent screen dialog for permissions to the user as Current_user_metadata: update your current_user_metadata and Current_user:read your current_user are not apt for the user to see when registering and giving consent. I am specifically asking about the descriptions of the consent. How would I be able to have better descriptions as I don’t want the users registering to see some variable-esque names.
@empowerfrontiers any news about this? I have exactly the same scope list in the consent screen. I can’t find a place to add custom descriptions, or a way to remove them.
Is not good for users to have such list, would be nice to have something easier to read and better format.