Skip to content

Commit f7fc5d1

Browse files
committed
bump msal, revise issue template
1 parent aeae42e commit f7fc5d1

File tree

39 files changed

+103
-109560
lines changed

39 files changed

+103
-109560
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 41 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,60 @@
1-
<!--
2-
IF SUFFICIENT INFORMATION IS NOT PROVIDED VIA THE FOLLOWING TEMPLATE THE ISSUE MIGHT BE CLOSED WITHOUT FURTHER CONSIDERATION OR INVESTIGATION
3-
-->
1+
<!-- IF SUFFICIENT INFORMATION IS NOT PROVIDED VIA THE FOLLOWING TEMPLATE THE ISSUE MIGHT BE CLOSED WITHOUT FURTHER CONSIDERATION -->
2+
3+
# Issue
4+
45
> Please provide us with the following information:
5-
> ---------------------------------------------------------------
66
7-
### This issue is for a: (mark with an `x`)
7+
## This issue is for the sample
8+
9+
<!-- mark with an `x` -->
10+
11+
```console
12+
- [ ] 1-1) Sign-in with Azure AD
13+
- [ ] 1-2) Sign-in with Azure AD B2C
14+
- [ ] 2-1) Acquire a Token and call Microsoft Graph
15+
- [ ] 3-1) Protect and call a web API on Azure AD
16+
- [ ] 3-2) Protect and call a web API on Azure AD B2C
17+
- [ ] 4) Deploy to Azure Storage and App Service
18+
- [ ] 5-1) Call a web API using App Roles
19+
- [ ] 5-2) Call a web API using Security Groups
20+
- [ ] 6-1) Call a multi-tenant web API
21+
- [ ] 7-1) Call Microsoft Graph using on-behalf-of flow
22+
- [ ] 7-2) Call a web API using Proof of Possession tokens
823
```
9-
- [ ] bug report -> please search issues before submitting
10-
- [ ] feature request
11-
- [ ] documentation issue or request
12-
- [ ] regression (a behavior that used to work and stopped in a new release)
24+
25+
## This issue is for a
26+
27+
<!-- mark with an `x` -->
28+
29+
```console
30+
- [ ] bug report -> please search issues before submitting
31+
- [ ] question
32+
- [ ] feature request
33+
- [ ] documentation issue or request
1334
```
1435

1536
### Minimal steps to reproduce
37+
1638
>
1739
1840
### Any log messages given by the failure
41+
1942
>
2043
2144
### Expected/desired behavior
22-
>
2345

24-
### Browser and version?
2546
>
2647
27-
### Versions
48+
### Library version
49+
2850
>
2951
52+
### Browser and version
53+
54+
> Chrome, Edge, Firefox, Safari?
55+
3056
### Mention any other details that might be useful
3157

32-
> ---------------------------------------------------------------
33-
> Thanks! We'll be in touch soon.
58+
>
59+
60+
Thanks! We'll be in touch soon.

1-Authentication/1-sign-in/README-incremental.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
## Overview
1717

18-
This sample demonstrates an Angular single-page application (SPA) that lets users sign-in with Azure Active Directory (Azure AD) using the [Microsoft Authentication Library for Angular (Preview)](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular) (MSAL Angular).
18+
This sample demonstrates an Angular single-page application (SPA) that lets users sign-in with Azure Active Directory (Azure AD) using the [Microsoft Authentication Library for Angular](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular) (MSAL Angular).
1919

2020
Here you'll learn about [ID Tokens](https://docs.microsoft.com/azure/active-directory/develop/id-tokens), [OIDC scopes](https://docs.microsoft.com/azure/active-directory/develop/v2-permissions-and-consent#openid-connect-scopes), [single-sign on](https://docs.microsoft.com/azure/active-directory/develop/msal-js-sso), **silent requests** and more.
2121

@@ -331,8 +331,8 @@ Continue with the next tutorial: [Call the Microsoft Graph API](../../2-Authoriz
331331

332332
- [Microsoft identity platform (Azure Active Directory for developers)](https://docs.microsoft.com/azure/active-directory/develop/)
333333
- [Overview of Microsoft Authentication Library (MSAL)](https://docs.microsoft.com/azure/active-directory/develop/msal-overview)
334-
- [Quickstart: Register an application with the Microsoft identity platform (Preview)](https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app)
335-
- [Quickstart: Configure a client application to access web APIs (Preview)](https://docs.microsoft.com/azure/active-directory/develop/quickstart-configure-app-access-web-apis)
334+
- [Quickstart: Register an application with the Microsoft identity platform](https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app)
335+
- [Quickstart: Configure a client application to access web APIs](https://docs.microsoft.com/azure/active-directory/develop/quickstart-configure-app-access-web-apis)
336336
- [National Clouds](https://docs.microsoft.com/azure/active-directory/develop/authentication-national-cloud#app-registration-endpoints)
337337
- [Initialize client applications using MSAL.js](https://docs.microsoft.com/azure/active-directory/develop/msal-js-initializing-client-applications)
338338
- [Single sign-on with MSAL.js](https://docs.microsoft.com/azure/active-directory/develop/msal-js-sso)

1-Authentication/1-sign-in/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
## Overview
1717

18-
This sample demonstrates an Angular single-page application (SPA) that lets users sign-in with Azure Active Directory (Azure AD) using the [Microsoft Authentication Library for Angular (Preview)](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular) (MSAL Angular).
18+
This sample demonstrates an Angular single-page application (SPA) that lets users sign-in with Azure Active Directory (Azure AD) using the [Microsoft Authentication Library for Angular](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular) (MSAL Angular).
1919

2020
Here you'll learn about [ID Tokens](https://docs.microsoft.com/azure/active-directory/develop/id-tokens), [OIDC scopes](https://docs.microsoft.com/azure/active-directory/develop/v2-permissions-and-consent#openid-connect-scopes), [single-sign on](https://docs.microsoft.com/azure/active-directory/develop/msal-js-sso), **silent requests** and more.
2121

@@ -327,8 +327,8 @@ See [National Clouds](https://docs.microsoft.com/azure/active-directory/develop/
327327

328328
- [Microsoft identity platform (Azure Active Directory for developers)](https://docs.microsoft.com/azure/active-directory/develop/)
329329
- [Overview of Microsoft Authentication Library (MSAL)](https://docs.microsoft.com/azure/active-directory/develop/msal-overview)
330-
- [Quickstart: Register an application with the Microsoft identity platform (Preview)](https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app)
331-
- [Quickstart: Configure a client application to access web APIs (Preview)](https://docs.microsoft.com/azure/active-directory/develop/quickstart-configure-app-access-web-apis)
330+
- [Quickstart: Register an application with the Microsoft identity platform](https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app)
331+
- [Quickstart: Configure a client application to access web APIs](https://docs.microsoft.com/azure/active-directory/develop/quickstart-configure-app-access-web-apis)
332332
- [National Clouds](https://docs.microsoft.com/azure/active-directory/develop/authentication-national-cloud#app-registration-endpoints)
333333
- [Initialize client applications using MSAL.js](https://docs.microsoft.com/azure/active-directory/develop/msal-js-initializing-client-applications)
334334
- [Single sign-on with MSAL.js](https://docs.microsoft.com/azure/active-directory/develop/msal-js-sso)

0 commit comments

Comments
 (0)