Hook to handle OAuthError in Angular SDK

When the user is not assigned to an Okta group, Okta will give the error “OAuthError: User is not assigned to the client application.”, which is displayed on the OktaCallbackComponent. For React SDK, looks like there is an option for errorComponent (https://github.com/okta/okta-react#errorcomponent)

Is there anything similar for Angular SDK, where the app can show a custom error message instead of showing the default error message?

Hi @prasanthckg. At this time, our Angular SDK does not support an error component that can handle the error returned in the /authorize redirect. We are looking to add support for this in the future, but I don’t have any ETA I can share with you

Where you able to find a solution for this?
Running into the same issue