everything worked - i just left out the if (context.clientName === 'My App 2')
since its only going to be one app (dont know if you recommend this for security reasons? )
However, I have a question with regards to the callback error denying access - that works and all, but how do get that response when a user tries to log in? I want to show a modal or something to indicate an error. I was trying to subscribe to this.auth.loginWithRedirect
to see if it would return an error response but no luck.
Please advise