-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Section 3.1.3 - Controller -- Authentication #25
Comments
The intent is to cover both where a consumer requests information from a specific provider, as well as from 'any' provider of the info sought. |
Nancy to provide suggested new text |
Jim, |
The initial flow is better, but you do not seem to have address any of the rest of the comments. |
Hi Jim,
To address the above use cases, the architecture must account for an OK? - Nancy |
version -03
I also have a problem reading the first sentence in this section. It just does not seem to flow well.
I don't understand what the two bullets are trying to say. Are we saying that we do not support the use cases where consumers may request information from a specifically identified provider?
It is also not clear to me, but it might become clearer in the future, how authentication is going to be done. I would assume that for the cases of a consumer not knowing the identity of the provider, it will actually just treat the broker/proxy as if it were the provider. In this case does the consumer not just authenticate itself to the broker and authenticate the broker for itself?
It is not clear to me that the control channel and the data channel are always going to be physically separate. They may be virtually separate but not always. For example, a consumer could talk to a broker, which set ups a channel and on you go. On the other hand, the consumer could just send authentication and authorization data directly to a provider which can validate them and accept the request and process it. This text seems to be overly restrictive in terms of what can be implemented.
The text was updated successfully, but these errors were encountered: