Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnutter committed May 7, 2020
1 parent 4b74fda commit 990682a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/msal-angular/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Stable release of MSAL Angular v1. See beta versions below for complete list of changes.

Highlights:
### Highlights:

* Requires `msal@1.3.0`.
* Requires `rxjs@6`.
Expand All @@ -20,6 +20,10 @@ Highlights:
* Applications using `Redirect` methods can optionally implement the `handleRedirectCallback` method (and have it run on every page load), which will capture the result of redirect operations. See the [Angular sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/samples/angular6-sample-app/src/app/app.component.ts) for an example of how to implement.
* Add `ssoSilent` API. This API requires either a `loginHint` or `sid`, and is intended to be used when you want to SSO to an existing AAD session. Emits `msal:ssoSuccess` and `msal:ssoFailure` events.

### Fixes

* Ensure interceptor uses ID token property if response is of type id_token (#1528)

## 1.0.0-beta.5

* Requires `msal@1.3.0-beta.0`.
Expand Down

0 comments on commit 990682a

Please sign in to comment.