Redirect to custom error page from if b2c invitation link expired

Vaibhav More 1 Reputation point
2020-11-04T12:28:37.307+00:00

When a user is invited to join the b2c tenant with an invitation link if the user tries to access that link it says that the link is expired as the expiry time is 24 hours.

Upon expiry user sees Microsoft Defined error page where it does not state that the link/ token has expired.

So, wanted to either redirect to custom error page or display a custom error page with proper messages.

How to show the custom error page in this scenario?

The eg. invitation link is here.

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,652 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,561 questions
{count} votes

1 answer

Sort by: Most helpful
  1. 2020-11-19T17:38:07.417+00:00

    Ok got it. Well that looks like a implicit flow request which should not contain nor a client secret or assertion. Also client assertion is no longer supported by B2C.

    0 comments No comments