Skip to content

Commit f4fd358

Browse files
[msid][content-health] correct punctuation
1 parent ed3feee commit f4fd358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/scenario-spa-sign-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before you can get tokens to access APIs in your application, you need an authen
2626

2727
You can also optionally pass the scopes of the APIs for which you need the user to consent at the time of sign-in.
2828

29-
If your application already has access to an authenticated user context or ID token, you can skip the login step and directly acquire tokens. For details, see [SSO with user hint](msal-js-sso.md#with-user-hint).
29+
If your application already has access to an authenticated user context or ID token, you can skip the login step, and directly acquire tokens. For details, see [SSO with user hint](msal-js-sso.md#with-user-hint).
3030

3131
## Choosing between a pop-up or redirect experience
3232

@@ -572,7 +572,7 @@ function App() {
572572

573573
## Sign-out with a redirect
574574

575-
MSAL.js provides a `logout` method in v1, and `logoutRedirect` method in v2, that clears the cache in browser storage and redirects the window to the Azure AD sign-out page. After sign-out, Azure AD redirects back to the page that invoked logout by default.
575+
MSAL.js provides a `logout` method in v1, and `logoutRedirect` method in v2 that clears the cache in browser storage and redirects the window to the Azure AD sign-out page. After sign-out, Azure AD redirects back to the page that invoked logout by default.
576576

577577
You can configure the URI to which it should redirect after sign-out by setting `postLogoutRedirectUri`. This URI should be registered as a redirect URI in your application registration.
578578

0 commit comments

Comments
 (0)