Skip to content

Commit

Permalink
Merge remote-tracking branch 'base/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandersloot-mozilla committed Feb 10, 2023
2 parents 63c7b63 + 8a33eb4 commit 2f60d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion proposals/idp-sign-in-status-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ was the last/only account getting signed out.
Tentatively:

```
partial interface IdentityProvider {
[Exposed=Window]
interface IdentityProvider {
static void login();
static void logout();
}
Expand Down
8 changes: 2 additions & 6 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ provisioning of a token.
NOTE: The [=RP=] makes no delineation between Sign-up and Sign-in, but
rather calls the same API indistinguishably.

If all goes well, the [=RP=] receives back an {{IdentityCredential}}
which contains an opaque token provided by the [=IDP=] it can use to authenticate the user.
If all goes well, the Relying Party receives back an {{IdentityCredential}}
which contains a token it can use to authenticate the user.

<div class=example>
```js
Expand Down Expand Up @@ -804,8 +804,6 @@ To <dfn>fetch an identity assertion</dfn> given an [=AccountState=] |accountStat
: [=request/header list=]
:: a [=list=] containing a single [=header=] with [=header/name=] set to `Accept` and
[=header/value=] set to `application/x-www-form-urlencoded`
: [=request/referrer=]
:: [=RP=]'s URL (TODO).
: [=request/credentials mode=]
:: "include"

Expand Down Expand Up @@ -916,8 +914,6 @@ an {{IdentityProviderConfig}} |provider|, run the following steps. This returns
: [=request/header list=]
:: a [=list=] containing a single [=header=] with [=header/name=] set to `Accept` and
[=header/value=] set to `application/json`
: [=request/referrer=]
:: [=RP=]'s URL (TODO).
: [=request/credentials mode=]
:: "omit"

Expand Down

0 comments on commit 2f60d56

Please sign in to comment.