Skip to content

Commit

Permalink
b (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
npm1 committed Nov 15, 2023
1 parent c827f57 commit 8253c9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@ To <dfn>compute the connection status</dfn> given an {{IdentityProviderConfig}}
{{IdentityProviderAccount}} |account|, and a |globalObject|, run the following steps. This returns
<dfn for="compute the connection status">connected</dfn> or
<dfn for="compute the connection status">disconnected</dfn>.
1. If |account| [=map/contains=] {{IdentityProviderAccount/approved_clients}} and
|account|'s {{IdentityProviderAccount/approved_clients}} does not [=list/contain=]
|provider|'s {{IdentityProviderConfig/clientId}}, return
[=compute the connection status/disconnected=].
1. Let |configUrl| be the result of running [=parse url=] with |provider|'s
{{IdentityProviderConfig/configURL}} and |globalObject|.
1. Let |idpOrigin| be the [=url/origin=] corresponding to |configUrl|.
Expand Down

0 comments on commit 8253c9f

Please sign in to comment.