-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Pipeline failure - Expired PAT #5043
Comments
Not an MSAL issue. |
@bgavrilMS Respectfully you are closing bug tickets but the bug fixes are not being deployed because the pipeline is broken. As the owner of this repo, it would fall squarely on you to make sure this is deployed. |
Hi @johnypony3 - this is an SDK. We publish a nuget package to https://www.nuget.org/ . Your application references our package explicitly and you manually point it to a version you are interested in. In particular, the bug fix you want hasn't even been released. The GH milestone will show you which version of the SDK will have the fix (i.e. version 4.67.0) That pipeline that you see failing is not the official pipeline. I can confirm that the bug fix has passed our pipeline, which is hosted on Azure DevOps. |
Reopening to look at the GH Action failure |
Thank you for looking. There is no milestone attached to the bug in question, or I am not sure how to look properly. The last release of this package was 2 months ago, is this expected? I see many closed bugs, most of which do not have milestones attached. Which to me would indicate that these bug tickets should be open. At the end of the day, this bug has been an issue for my team for over half a year. We are forced to deal with a security finding for this issue. I am looking for an eta on being able to update the package and close the finding. Thank you for your time. |
Thanks @johnypony3 - I updated the milestone on the bug - We aim to release MSAL 4.67.0 this week |
Library version used
N/A
.NET version
N/A
Scenario
Other - please specify
Is this a new or an existing app?
None
Issue description and reproduction steps
This code is failing the pipeline, no deployments are happening.
Relevant code snippets
Expected behavior
The pipeline does not fail.
Identity provider
Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
Regression
No response
Solution and workarounds
Generate new PAT and update value. Add monitoring to deployment.
The text was updated successfully, but these errors were encountered: