Skip to content
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

Cannot Renew MFA certificate over ADFS servers using MgGraph V2.26.0 module #3157

Open
caveri-sap opened this issue Feb 21, 2025 · 0 comments · May be fixed by #3164
Open

Cannot Renew MFA certificate over ADFS servers using MgGraph V2.26.0 module #3157

caveri-sap opened this issue Feb 21, 2025 · 0 comments · May be fixed by #3164
Assignees
Labels
Bug - P1 type:bug A broken experience

Comments

@caveri-sap
Copy link

caveri-sap commented Feb 21, 2025

Describe the bug

Getting error on syncing new MFA certificate from ADFS Servers to Entra ID

Certificate is already created into ADFS server and Connected to Entra ID using a Global Administrator account, getting errors with Update cmdlet

error message says:
Exception : System.Exception: [Request_BadRequest] : Cannot convert the literal 'MIIDRTCCA...'
to the expected type 'Edm.Binary'.

Error screenshot:
Image

Expected behavior

Was expected to just sync the recently created MFA certificate to Entra ID service principal as below screen:

Image

How to reproduce

Perform the steps 1.2,3 from Official documentation under Configuration section:
https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/operations/configure-ad-fs-and-azure-mfa#configure-the-ad-fs-servers

SDK Version

2.26.0

Latest version known to work for scenario above?

2.26.0

Known Workarounds

*Workaround in-place was to remove the new module and install previous version

Uninstall-Module Microsoft.Graph
Install-Module Microsoft.Graph -MaximumVersion 2.25.0 -AllowClobber

Debug output

Click to expand log ```
</details>


### Configuration

Windows Server 2022 Core
Windows Server 2022 Full Installation

### Other information

_No response_
@caveri-sap caveri-sap added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Feb 21, 2025
@caveri-sap caveri-sap changed the title Cannot Renew MFA certificate over ADFS servers using MgGraph V2.26.0 Cannot Renew MFA certificate over ADFS servers using MgGraph V2.26.0 module Feb 21, 2025
@timayabi2020 timayabi2020 self-assigned this Feb 21, 2025
@timayabi2020 timayabi2020 added Bug - P1 and removed status:waiting-for-triage An issue that is yet to be reviewed or assigned labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug - P1 type:bug A broken experience
Projects
None yet
2 participants