TPA-hinted links with the Learning MFE

That’s certainly possible. We’ve migrated from SAML to OAuth2, but I have not tested this setup before the migration. There are is one setting that we needed to be adjusted (it’s a tutor plugin in our case):

hooks.Filters.ENV_PATCHES.add_item(
    ("lms-env-features", "THIRD_PARTY_AUTH_HINT: \"oa2-keycloak\"")
)

Maybe this configuration is missing for you? In your case obviously saml-xyz

Honestly this is what I am scared about as well. We’re running Quince right now, and we’ll need to thoroughly test this in Redwood before updating. This functionality is quite important for us. Still hoping for some feedback on the Github issue you raised.

1 Like