Allow backoffice users to preview pages protected with External IDP using OIDC
Hi,
I'm looking at a solution which includes a portal which is currently protected with an External IDP using OpenID Connect configured in the solution.
One issue with this is that content editors sitting in the backoffice are not allowed to preview the pages within the user portal, as the master controller for these pages are hooked up to the authentication cookie generated upon logging into the External IDP.
So my question is:
Is it possible to extend my controller in order to also allow backoffice users to preview the pages?
Current the controller is annotated with the AuthorizeAttribute defining the scheme of the authentication cookie.
Allow backoffice users to preview pages protected with External IDP using OIDC
Hi,
I'm looking at a solution which includes a portal which is currently protected with an External IDP using OpenID Connect configured in the solution.
One issue with this is that content editors sitting in the backoffice are not allowed to preview the pages within the user portal, as the master controller for these pages are hooked up to the authentication cookie generated upon logging into the External IDP.
So my question is: Is it possible to extend my controller in order to also allow backoffice users to preview the pages?
Current the controller is annotated with the AuthorizeAttribute defining the scheme of the authentication cookie.
is working on a reply...