Allowing users the ability to select permissions during authentication - google calendar

Hi,

We want the ability for the user to be able to select if they want to allow google calendar access or not. Currently the flow does not have a checkbox for the user to give access.

We want it such that the user can decide if they want to give access or not and continue. Typically, we have seen others have the ability to have a checkbox. The user has the ability to select the checkbox. This way they are not forced to give calendar access and continue using the tool. How would we do this?

Hi @mahi

Welcome to the Auth0 Community!

Unfortunately, Auth0 doesn’t offer the built-in option to select the scope on the consent screen; the scope parameter your application will pass must be entirely accepted or canceled. I recommend creating a new thread in the Feedback category explaining your use case and what you want to achieve!

Thanks
Dawid

Is there a way to create a custom google calendar access without the built-in option?

Some of our users wont want to share google calendar. We still want them to user our app. This all our nothing approach is challenging for our users.