Hi All,
I've been working on a perspective application that has been growing in size (single site with multiple facilities). I'm at a point where it would be convenient to start splitting it out into multiple sub-projects using inheritance.
The problem:
- Users are authenticated against an ignition IDP from our site active directory user source.
- When a user moves from one project to another they are required to re-authenticate. Since the user has no concept of projects they are left wondering why they have to sign in so many times.
The desired fix:
- Have users sign in once from any project and propagate their authentication through every other project they click through.
- Since I cannot set up a new identity provider to use SSO I am looking for a way to accomplish this using the active directory source.
Is this possible in perspective?