Groups
Groups
Sign in
Groups
Groups
Please use https://stackoverflow.com with the pac4j tag
Conversations
About
Send feedback
Help
Spring Webflux pac4j : Error decoding SAML message
83 views
Skip to first unread message
John Doe
unread,
Jan 17, 2023, 5:47:40 AM
1/17/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pac4j users mailing list
Got the following exception while to implement SAML auth with spring-webflux-pac4j :
...
org.pac4j.core.exception.TechnicalException: Operation not supported
at org.pac4j.core.context.WebContext.getRequestContent(WebContext.java:174) ~[pac4j-core-5.6.0.jar:na]
...
The
org.pac4j.core.context.WebContext
interface has a
getRequestContent
method. Seems that this is not implemented by
SpringWebfluxWebContext
.
This is present in
JEEContext
. The
Pac4jHTTPPostDecoder
(
via AbstractPac4jDecoder
) is trying decode and failing.
Environment:
Java Version: 11
spring-webflux-pac4j: 1.2.0
pac4j-core:
5.6.0
pac4j-saml: 5.6.0
Exception.txt
Reply all
Reply to author
Forward
0 new messages