Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiesinger committed Jul 7, 2023
1 parent 1ae9728 commit aa09a9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions proposals/idp-sign-in-status-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ was the last/only account getting signed out.

### JS API

And IdP can alternatively call the IdP Sign-in Status API via JS calls through the static functions `IdentityProvider.login()` and `IdentityProvider.logout()`.
An IdP can alternatively call the IdP Sign-in Status API via JS calls through
the static functions `IdentityProvider.login()` and
`IdentityProvider.logout()`. These are to be called from the IDP's origin, and
marks the current origin as signed in or signed out.

```
[Exposed=Window]
Expand All @@ -65,7 +68,6 @@ interface IdentityProvider {
}
```

To be called from the IDP's origin, and marks the current origin as signed in or signed out.

In addition, a `close()` function is provided to signal to the browser that the
signin flow is finished. The reason for this function in addition to the header
Expand Down

0 comments on commit aa09a9d

Please sign in to comment.