Discussions

Ask a Question
Back to All

allowedProjects visibility on global landing page

I have an Enterprisegroup in which there is a project1, and linked project named project2.

project1 and project2 are made private.

Now when I open https://enterprisegroup.readme.io. I see the default global landing page with project1 but not project 2. This is before login. BTW, I have made login as custom login withAuth0.

Now from Auth0 I am sending the JWT token in which this exists

allowedProjects:[{ subdomain: 'project1', access: 'readonly' },{ subdomain: 'project2', access: 'readonly' }]

But post login, I am not able to see project2 at all. Is there something I am missing here?