Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAML 2.0 Identity Provider requires AM dependency update #9515

Closed
exalate-issue-sync bot opened this issue Feb 13, 2024 · 1 comment
Closed

SAML 2.0 Identity Provider requires AM dependency update #9515

exalate-issue-sync bot opened this issue Feb 13, 2024 · 1 comment

Comments

@exalate-issue-sync
Copy link

exalate-issue-sync bot commented Feb 13, 2024

While fixing #9328

It has introduced this exception (in relation to SAML)

2024-02-13 14:33:58 14:33:58.577 [Thread-18] [] ERROR c.g.a.g.h.s.i.r.h.SAMLRequestFailureHandler - An exception has occurred when handling SAML request 2024-02-13 14:33:58 java.lang.NoClassDefFoundError: io/gravitee/am/gateway/handler/common/vertx/utils/RequestUtils 2024-02-13 14:33:58     at com.graviteesource.am.gateway.handler.saml2.idp.resources.endpoint.SingleSignOnServiceCallbackPostEndpoint.handle(SingleSignOnServiceCallbackPostEndpoint.java:67) 2024-02-13 14:33:58     at com.graviteesource.am.gateway.handler.saml2.idp.resources.endpoint.SingleSignOnServiceCallbackPostEndpoint.handle(SingleSignOnServiceCallbackPostEndpoint.java:28) 2024-02-13 14:33:58     at io.vertx.lang.rx.DelegatingHandler.handle(DelegatingHandler.java:20) 2024-02-13 14:33:58     at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1284) 2024-02-13 14:33:58     at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:140) 2024-02-13 14:33:58     at io.vertx.ext.web.impl.RoutingContextWrapper.next(RoutingContextWrapper.java:200) 2024-02-13 14:33:58     at io.vertx.rxjava3.ext.web.RoutingContext.next(RoutingContext.java:139) 2024-02-13 14:33:58     at io.gravitee.am.gateway.handler.common.vertx.web.handler.AuthenticationFlowContextHandler.lambda$handle$0(AuthenticationFlowContextHandler.java:62) 2024-02-13 14:33:58     at io.reactivex.rxjava3.internal.operators.maybe.MaybeCallbackObserver.onSuccess(MaybeCallbackObserver.java:71) 2024-02-13 14:33:58     at io.reactivex.rxjava3.internal.operators.flowable.FlowableSingleMaybe$SingleElementSubscriber.onComplete(FlowableSingleMaybe.java:104) 2024-02-13 14:33:58     at io.reactivex.rxjava3.subscribers.SerializedSubscriber.onComplete(SerializedSubscriber.java:171) 2024-02-13 14:33:58     at io.reactivex.rxjava3.internal.operators.flowable.FlowableRetryWhen$RetryWhenSubscriber.onComplete(FlowableRetryWhen.java:83) 2024-02-13 14:33:58     at io.reactivex.rxjava3.internal.subscriptions.DeferredScalarSubscription.complete(DeferredScalarSubscription.java:135) 2024-02-13 14:33:58     at io.reactivex.rxjava3.internal.operators.maybe.MaybeToFlowable$MaybeToFlowableSubscriber.onSuccess(MaybeToFlowable.java:70) 2024-02-13 14:33:58     at io.reactivex.rxjava3.internal.operators.maybe.MaybeMap$MapMaybeObserver.onSuccess(MaybeMap.java:90) 2024-02-13 14:33:58     at io.reactivex.rxjava3.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver.onSuccess(MaybeSwitchIfEmpty.java:75)

@exalate-issue-sync exalate-issue-sync bot changed the title An exception has occurred when handling SAML request SAML 2.0 Identity Provider requires AM dependency update Feb 13, 2024
Copy link
Author

This issue will be fixed in versions 4.1.14, 4.0.11, 4.2.4, 3.21.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants