uber-jar 6.5 "com.adobe.granite.auth.saml" is missing | Community
Skip to main content
wisemage_
Level 2
May 28, 2019
Solved

uber-jar 6.5 "com.adobe.granite.auth.saml" is missing

  • May 28, 2019
  • 4 replies
  • 3385 views

We upgraded our code uber-jar 6.4 to 6.5 but "com.adobe.granite.auth.saml" is missing in 6.5

Anyone knows where it did go?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aemmarc2

Looking internally, it looks as if this was done explicitly as part of GRANITE-20756 which addressed some technical debt around API leakages. Essentially it was done for a security reason.

"We will have to try and directly include org.apache.santuario/xmlsec in the quickstart, instead of embedding it the saml bundle, or hide the saml bundle since it can not be used."

Not sure what your options are here. Based on that quoted comment above it looks like the went with the latter and hid the bundle.

4 replies

aemmarc2Adobe EmployeeAccepted solution
Adobe Employee
May 28, 2019

Looking internally, it looks as if this was done explicitly as part of GRANITE-20756 which addressed some technical debt around API leakages. Essentially it was done for a security reason.

"We will have to try and directly include org.apache.santuario/xmlsec in the quickstart, instead of embedding it the saml bundle, or hide the saml bundle since it can not be used."

Not sure what your options are here. Based on that quoted comment above it looks like the went with the latter and hid the bundle.

wisemage_
wisemage_Author
Level 2
May 28, 2019

Can we use uber-jar 6.4 with AEM 6.5?

We have more than 100K users on publish side, using custom saml authentication.

Adobe Employee
May 28, 2019

Raise a Daycare ticket to get an official answer from the engineering team in regards to this.

Surely quite a few people will run into this same scenario as more people ramp up on 6.5

Level 2
April 13, 2021

Did you finally find the solution? I have the same problem and I don't know how I should proceed.