If the SSO with cross app flow does not work out due to some error then we need to propagate the same error back to the client. The previous implementation consumed the error and emitted just as canceled but there could be something wrong like bad redirect_uri or scope etc. so we want to be able to provide the right message to the caller
If the SSO with cross app flow does not work out due to some error then we need to propagate the same error back to the client. The previous implementation consumed the error and emitted just as canceled but there could be something wrong like bad redirect_uri or scope etc. so we want to be able to provide the right message to the caller