Hi folks,
I previously had configured an SSO flow where login_required was set to true and it worked nicely. Users within my application follow a link to the community and their account is automatically created and immediately logged in (a disclaimer notifies them of this process).
Now I want to reduce this requirement, and expose the site content to allow for anonymous access, however, the flow of a ‘logged in user in my application’ should still be the same. i.e. if they come from within my application their account should be automatically created and immediately logged in. They shouldn’t be treated as anonymous.
I’ve tried toggling site settings, but auth immediately only takes effect when login_required
How can I I achieve this?