[GH-ISSUE #1500] 🐛 [Bug] The return value of the live.com endpoint has been obtained, but an error was reported. #669

Closed
opened 2026-02-25 21:35:38 +03:00 by kerem · 3 comments
Owner

Originally created by @fxzxmic on GitHub (May 1, 2025).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1500

🐛 Bug

Error: An Error Occurred

Image

Return value: ?code=M.C523_BAY.2.U.<Omit some characters>&state=nux_authorization

Version & Environment

Rev: [v2.4.0]

Addition

https://account.live.com/developers/applications/
This link is deprecated and users need to go to Azure to create the app. I'm not sure if my problem is related to creating apps in azure.

Originally created by @fxzxmic on GitHub (May 1, 2025). Original GitHub issue: https://github.com/cypht-org/cypht/issues/1500 <!-- You can find the latest issue templates here https://github.com/ulfgebhardt/issue-templates --> ## 🐛 Bug Error: An Error Occurred ![Image](https://github.com/user-attachments/assets/b253ff2c-4e47-4bf5-a557-e930190484d0) Return value: `?code=M.C523_BAY.2.U.<Omit some characters>&state=nux_authorization` ### Version & Environment <!-- Paste Git-Commit ID or Tag-Name here --> Rev: [v2.4.0] ## Addition https://account.live.com/developers/applications/ This link is deprecated and users need to go to Azure to create the app. I'm not sure if my problem is related to creating apps in azure.
kerem 2026-02-25 21:35:38 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@fxzxmic commented on GitHub (May 1, 2025):

https://github.com/cypht-org/cypht/wiki/OAUTH2-over-IMAP#create-the-app-with-the-e-mail-provider

You will need to supply a "redirect URI" during this process. This should be the URL of your Cypht installation followed by with ?page=home. For example https://example.com/?page=home

This is not possible in Azure-created apps; Azure requires that the "redirect URI" not include the query string.

<!-- gh-comment-id:2845286089 --> @fxzxmic commented on GitHub (May 1, 2025): https://github.com/cypht-org/cypht/wiki/OAUTH2-over-IMAP#create-the-app-with-the-e-mail-provider > You will need to supply a "redirect URI" during this process. This should be the URL of your Cypht installation followed by with ?page=home. For example https://example.com/?page=home This is not possible in Azure-created apps; Azure requires that the "redirect URI" not include the query string.
Author
Owner
<!-- gh-comment-id:2847384179 --> @fxzxmic commented on GitHub (May 2, 2025): https://learn.microsoft.com/en-us/entra/identity-platform/reply-url#query-parameter-support-in-redirect-uris
Author
Owner

@fxzxmic commented on GitHub (May 2, 2025):

Fixed. I'm using the wrong secret ID.

The program's error message is too unclear.

<!-- gh-comment-id:2847549076 --> @fxzxmic commented on GitHub (May 2, 2025): Fixed. I'm using the wrong secret ID. The program's error message is too unclear.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#669
No description provided.