Is there any way of accessing quicksight home page, by modifying the default Login page or using a new personalized one?

Is there any way of accessing quicksight home page, by modifying the default Login page or using a new personalized one using some king of SDK.

Hello @Gonzalo, welcome to the QuickSight community! If you are embedding your dashboards you can use Boto3 to set the start page to customize a login page for QuickSight. Here I will link the documentation page for updating that starting url.

This QuickSightConsole/InitialPath section is where you would make that edit. I hope this helps!

This is what the section of JSON looks like on the documentation:

'QuickSightConsole': {
            'InitialPath': 'string',
            'FeatureConfigurations': {
                'StatePersistence': {
                    'Enabled': True|False
                }
            }

Hi @Gonzalo,
We hope the reply from @DylanM worked for you.
Let us know if this is resolved. And if it is, please help the community by marking the reply as a “Solution.”
Many Thanks,
Andrew

1 Like

For sure, worked!
Thanks a lot,
Gonzalo

1 Like