Hello:
I need to authorize MVC pages based on a combination of custom values that I obtain from the user logged in, for example:
A logged in user will see a certain page(s) if they have a code value of "ABCD" that I generate from querying certain values from their extension attributes. If the code value is "WXYZ" then they will see another page.
Thanks.