Azure-Samples / Azure-Samples/ms-identity-msal-java-samples
Wrong servlet urlPattern on SignInStatusServlet
- Dominant language
- Java
- Stars
- 79
- Forks
- 82
- PR merge metrics
- No merged PRs in 30d
Description
### This issue is for a: (mark with an `x`)
```
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
```
The servlet urlPattern should be "auth_sign_in_status" not "sign_in_status" since the pattern is always to start with "auth_" and is declared in token.jsp
### Which sample?
ms-identity-msal-java-samples/3-java-servlet-web-app/1-Authentication/sign-in-b2c/src/main/java/com/microsoft/azuresamples/authenticationb2c/SignInStatusServlet.java
### Minimal steps to reproduce
>
Go to auth_token_details page and click on Sing-In Status
### Expected/desired behavior
>
Go to auth_sign_in_status
### OS and Version?
>
Linux
### Versions
>
Ubuntu 22.04.3 LTS
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.