mattmcnabb / O365ServiceCommunications

A Powershell module for monitoringOffice 365 Service Health!
25 stars 6 forks source link

Authentication is not working #8

Closed cyrilleroy-hotmail-com closed 5 years ago

cyrilleroy-hotmail-com commented 6 years ago

Hi, I'm currently receiving Internal Server Error while trying to authenticate to the service. $Session = New-SCSession -Credential $Cred Invoke-RestMethod : Receivera:InternalServerErrorInternal Server Error

Is there any way to validate service availability before trying to authenticate ?

https://api.admin.microsoftonline.com/shdtenantcommunications.svc/Register looks to be responding

sscanl01 commented 6 years ago

I am getting the exact same issue.

ghost commented 6 years ago

Same issue here as of this morning.

sscanl01 commented 6 years ago

Seems to be working again, has anything changed with the endpoints?

mattmcnabb commented 5 years ago

Not certain, but we have seen occasional issues with the API service going out before. This is also not reported in their overall Office 365 service health so there's no way to know for certain. Last time this happened there was an issue with the CNAME record that is used to identify the service.

mattmcnabb commented 5 years ago

Verified that the service appears to be offline:

image

I'll see if I can reach out to someone to find out what's going on.

mattmcnabb commented 5 years ago

Unfortunately I think that the original API has finally been deprecated. I think the way forward for this project is to complete the v2 mentioned in issue #2. I'll see if I can begin work on this soon.

mattmcnabb commented 5 years ago

closing in favor of #2