1
votes

I am trying to configure wso2 identity server(5.7.0) with my wso2 api manager (2.6.0) for saml2. When I try to browse the identity server admin endpoint I am redirected to endpoint https://<>:9444/samlsso. I am getting an error Error 405 - Method Not Allowed The network error on chrome browser is GET https://<>:9444/favicon.ico 405 (Method Not Allowed)

1
it is not clear what you are doing with SAML2 - Gayan
I am trying to configure SSO with Saml2 . I am following the instructions in the below link docs.wso2.com/display/AM260/…. I am trying to integrate with AWS IDP so configured api manager for sso and then was configuring external identity with identity server. I get this error when I try to launch the https://<hostname>:9444/carbon - Gaurav
@Gayan I am trying to configure SSO with Saml2 . I am following the instructions in the below link docs.wso2.com/display/AM260/…. I am trying to integrate with AWS IDP so configured api manager for sso and then was configuring external identity with identity server. I get this error when I try to launch the https://<hostname>:9444/carbon - Gaurav
Did you try to configure SSO between the API Manager's and Identitiy Server's management consoles ? - Gayan
@Gayan As I have mentioned after following the steps in the link and starting the api manager and identity server , i am not able to open any management console. If I try opening the pages I get redirected to the endpoint https://<>:9444/samlsso with the Error 405 - Method Not Allowed The network error on chrome browser is GET https://<>:9444/favicon.ico 405 (Method Not Allowed) - Gaurav

1 Answers

0
votes

You may try to enable SSO for Identity Server management console by modifying <IS_HOME>/repository/conf/security/authenticators.xml. When you try to login to Identity Server management console it will send SAML Auth request to SAML SSO URL define in authenticators.xml -> IdentityProviderSSOServiceURL. Due to some reason IdentityProviderSSOServiceURL is not accessible. You can please check on availability of https://<>:9444/samlsso.