You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upgrade 5.7.3 version to 5.8 and I get an error: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'OAuthConfigurationEndpoint' defined in URL [jar:file:/service-authorization-5.8.0-exec.jar!/BOOT-INF/classes!/com/epam/reportportal/auth/endpoint/OAuthConfigurationEndpoint.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'createAuthIntegrationHandlerImpl' defined in URL [jar:file:/service-authorization-5.8.0-exec.jar!/BOOT-INF/classes!/com/epam/reportportal/auth/integration/handler/impl/CreateAuthIntegrationHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authIntegrationStrategyProvider' defined in class path resource [com/epam/reportportal/auth/config/AuthIntegrationConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.epam.reportportal.auth.integration.provider.AuthIntegrationStrategyProvider]: Factory method 'authIntegrationStrategyProvider' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'samlIntegrationStrategy' defined in URL [jar:file:/service-authorization-5.8.0-exec.jar!/BOOT-INF/classes!/com/epam/reportportal/auth/integration/handler/impl/strategy/SamlIntegrationStrategy.class]: Unsatisfied dependency expressed through constructor parameter 3; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'samlServiceProviderProvisioning' defined in class path resource [com/epam/reportportal/auth/config/saml/SamlServiceProviderBeanConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.saml.provider.provisioning.SamlProviderProvisioning]: Factory method 'getSamlProvisioning' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'samlValidator' defined in class path resource [com/epam/reportportal/auth/config/saml/SamlServiceProviderBeanConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.saml.SamlValidator]: Factory method 'samlValidator' threw exception; nested exception is java.lang.ArithmeticException: integer overflow
I am using saml auth with okta
The text was updated successfully, but these errors were encountered:
We have also tried to set this env value: RP_SAML_SESSION-LIVE to avoid 'Access denied: You don't have authorization to view this page. HTTP ERROR 403'.
We are using SAML login.
What value do we need to set it for? We have tried several values and always end up with Error 403.
We are using v23.1 (5.8.0 version).
I am trying to upgrade 5.7.3 version to 5.8 and I get an error:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'OAuthConfigurationEndpoint' defined in URL [jar:file:/service-authorization-5.8.0-exec.jar!/BOOT-INF/classes!/com/epam/reportportal/auth/endpoint/OAuthConfigurationEndpoint.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'createAuthIntegrationHandlerImpl' defined in URL [jar:file:/service-authorization-5.8.0-exec.jar!/BOOT-INF/classes!/com/epam/reportportal/auth/integration/handler/impl/CreateAuthIntegrationHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authIntegrationStrategyProvider' defined in class path resource [com/epam/reportportal/auth/config/AuthIntegrationConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.epam.reportportal.auth.integration.provider.AuthIntegrationStrategyProvider]: Factory method 'authIntegrationStrategyProvider' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'samlIntegrationStrategy' defined in URL [jar:file:/service-authorization-5.8.0-exec.jar!/BOOT-INF/classes!/com/epam/reportportal/auth/integration/handler/impl/strategy/SamlIntegrationStrategy.class]: Unsatisfied dependency expressed through constructor parameter 3; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'samlServiceProviderProvisioning' defined in class path resource [com/epam/reportportal/auth/config/saml/SamlServiceProviderBeanConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.saml.provider.provisioning.SamlProviderProvisioning]: Factory method 'getSamlProvisioning' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'samlValidator' defined in class path resource [com/epam/reportportal/auth/config/saml/SamlServiceProviderBeanConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.saml.SamlValidator]: Factory method 'samlValidator' threw exception; nested exception is java.lang.ArithmeticException: integer overflow
I am using saml auth with okta
The text was updated successfully, but these errors were encountered: