Error downloading SAML Add-on for version 7.0.x

Hello,

I followed the guide from this link GitHub - cuba-platform/saml-addon: This component provides a readily available instrument of authentication in any CUBA-based application using SAML open standard. That allows identity provider to pass authorization credentials to your applications - service providers. to download SAML add-on 0.2.0 for version 7.0.x. But I had following error message:

Could not find com.haulmont.addon.saml:saml-global:0.2.0.
Searched in the following locations:
    https://repo.cuba-platform.com/content/groups/work/com/haulmont/addon/saml/saml-global/0.2.0/saml-global-0.2.0.pom
    https://repo.cuba-platform.com/content/groups/work/com/haulmont/addon/saml/saml-global/0.2.0/saml-global-0.2.0.jar
    http://mvn-repo.i:8080/nexus/content/repositories/CubaComponents/com/haulmont/addon/saml/saml-global/0.2.0/saml-global-0.2.0.pom
    http://mvn-repo.i:8080/nexus/content/repositories/CubaComponents/com/haulmont/addon/saml/saml-global/0.2.0/saml-global-0.2.0.jar
Required by:
    project :

Best regards
Andreas

Hi @Andreas.Brueck

Please try to use 0.2.2 version.

Regards,
Evgeny

Works, great. Thx. :smiley:

Hello guys,

I am getting the following error:

Cannot add application component com.haulmont.addon.saml:saml-global:0.1.0
Artifact com.haulmont.addon.saml:saml-global:0.1.0 not found in the repositories:[Index of /groups/work, https://repo.cuba-platform.com/content/groups/premium, https://dl.bintray.com/balvi/cuba-components]

when I try to add the add-on dependency (‘com.haulmont.addon.saml:saml-global:0.1.0’)
to my CUBA application (platform v6.10.14).
I tried all the other versions (0.1.1, 0.1.2, 0.1.3) - same error.

I also tried to add it from ‘Advanced’ tab to Global Module, resulting in the following error:

org.gradle.internal.resource.transport.http.HttpErrorStatusCodeException: Could not GET ‘https://repo.cuba-platform.com/content/groups/premium/com/haulmont/addon/saml/saml-global/0.1.1/saml-global-0.1.0.pom’. Received status code 403 from server: Forbidden

Any ideas?

Thanks,
-c

Found the problem -

the repo is
com.haulmont.addon.saml:saml-addon-global:version
not
com.haulmont.addon.saml:saml-global:version as described in the readme file

1 Like

Thank you, we will update the documentation

1 Like