[BUG]: Check Approvals and Archive Flow fails at Approve Archive - get msapp file content because of Authentication
See original GitHub issueDescribe the bug A clear and concise description of what the bug is.
Component (please tell us which flow or app you are experiencing issues with):
- CoE Toolkit
- 2020.02.12
- Admin | App Archive and Clean Up - Check Approvals and Archive
To Reproduce Steps to reproduce the behavior:
- Approve an Archive Request
- See Approve Archive - get msapp file content error out because of authentication issue
Expected behavior Get msapp file from Blob and proceed with flow. If additional configuration needed to get HTTP to work --> did I miss this in instructions?
Screenshots If applicable, add screenshots to help explain your problem.
Additional context
Body of error:
<?xml version="1.0" encoding="utf-8"?><Error><Code>AuthenticationFailed</Code><Message>Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:768---00 Time:2020-03-27T09:39:24.8131269Z</Message><AuthenticationErrorDetail>Signed expiry time [Tue, 24 Mar 2020 00:00:00 GMT] must be after signed start time [Fri, 27 Mar 2020 09:39:24 GMT]</AuthenticationErrorDetail></Error>
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top GitHub Comments
Yes, you will have to upgrade - it’s explained here https://docs.microsoft.com/en-us/power-platform/guidance/coe/setup#installing-updates
@manuelap-msft Thank you. Does this mean that I have to import Compliance and Report Components solution again to see/implement these changes? Is there a documentation available on how to upgrade CoE from its current version to a newer version?