Error details: MSIS7065 : aucun gestionnaire de protocole inscrit n'est disponible sur le chemin /adfs/ls/

corentin rousseau 0 Reputation points
2023-08-30T12:22:24.7+00:00

Bonjour,

J'ai monté un serveur ADFS, la connexion à https://<adfs>/adfs/ls/idpinitiatedsignon.aspx fonctionne correctement.

Le point de terminaison adfs/ls est bien activée et pourtant j'ai systématiquement une l'erreur suivante lorsque je test la connexion à https://<adfs>/adfs/ls/:

"Error details: MSIS7065 : aucun gestionnaire de protocole inscrit n'est disponible sur le chemin /adfs/ls/"

De fait, je ne peux configurer de connexion SAML 2.0 SSO avec la solution jira cloud.

Auriez vous une solution?

D'avance merci.

Corentin

Microsoft Security | Active Directory Federation Services
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pierre Audonnet - MSFT 10,191 Reputation points Microsoft Employee
    2023-09-05T16:50:10.28+00:00

    Salut @corentin rousseau !

    La plateforme Q&A n'est hélas pas multi-langue. Ça explique surement pourquoi tu n'as toujours pas de réponse. Je vais te répondre en Anglais, si ca marche pas pour toi, ping moi sur LinkedIn 😊

    First of all, if you organization is using Entra ID (aka Azure AD), it would be strongly recommended to integrate your SaaS application with that instead of AD FS. If you do not use Entra ID yet, well, that might be the occasion to start :) The integration is explained here: https://learn.microsoft.com/en-us/azure/active-directory/saas-apps/ms-confluence-jira-plugin-adminguide

    Now the error you are getting is "normal" if what you do is just trying to access this URL using your browser (which would be the equivalent of doing a GET to the URL with no parameters). This endpoint is expecting a SAML request, not a simple GET with nothing. You can configure your app and have it point to thar URL, the app will then (probably) craft a proper SAML request for you. If you want to test it end-to-end with a SAML application, you can use the Claim X Ray application from https://adfshelp.microsoft.com.

    Bonne chance :)

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.