Forum
Member App with SSO?
Hi there,
I have a question regarding the members app.
A client – a school – maintains the parents details (current level of kids, etc.) into a system that allows SSO. One of their requirement is to have pages restricted per class, accessible to specific users: for instance, upon login, a parent can only access the blog of the class his kid is in.
Restricting specific perch page is easy with tags using Member app. What I am wondering, is about the approach to integrate Members app with SSO, in such a way that after successful login, it would assign appropriate tags.
Does that sound doable? Would you have any suggestion regarding the approach?
It would depend on the API of the other system, you can add Auth plugins in Perch https://docs.grabaperch.com/api/auth/
You would then need to write some code to assign the correct tags based on data you get back from the other system.