Cas 6.6.8, I have delegated authentication working for Azure B2C. We also have Azure AD federated to B2C and have created a user flow to authenticate AD users:
User -> CAS -> Azure B2C -> Azure AD
But in order to trigger the authentication against Azure AD, I am required to invoke a user flow via query parameter. I do not see an option for this or did I miss it? Otherwise looks like I would need another custom authentictor.
Thanks.
-psv