-
Notifications
You must be signed in to change notification settings - Fork 73
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
Specify the fields API #668
base: main
Are you sure you want to change the base?
Conversation
Thanks @TallTed, addresssed your comments. |
@@ -895,8 +895,13 @@ the exception thrown. | |||
|accountsList|. | |||
1. If |account| is failure, return (failure, true). | |||
1. If [=compute the connection status=] of |account|, |provider| and |globalObject| is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. If [=compute the connection status=] of |account|, |provider| and |globalObject| is | |
1. If [=compute the connection status=] of |account|, |provider|, and |globalObject| is |
[=compute the connection status/connected=], set |permission| to true. | ||
1. Otherwise, if |provider|.{{IdentityProviderRequestOptions/fields}} is [=list/empty=], | ||
[=create a connection between the RP and the IdP account=] with |provider|, |account|, | ||
and |globalObject| and set |permission| to |true|. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and |globalObject| and set |permission| to |true|. | |
and |globalObject|, and set |permission| to |true|. |
|
||
Note: This parameter exists for backwards compatibility with older identity providers | ||
that do not yet support `disclosure_shown_for`. At the time, the disclosure text, | ||
if shown, always included name, email and picture. Newer identity providers should |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if shown, always included name, email and picture. Newer identity providers should | |
if shown, always included name, email, and picture. Newer identity providers should |
Note: This parameter exists for backwards compatibility with older identity providers | ||
that do not yet support `disclosure_shown_for`. At the time, the disclosure text, | ||
if shown, always included name, email and picture. Newer identity providers should | ||
check `disclosure_shown_for` instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check `disclosure_shown_for` instead. | |
instead check `disclosure_shown_for`. |
Bug: w3c-fedid/custom-requests#4
Preview | Diff