내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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

Avatar

Level 2

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?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

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 답변 개

Avatar

정확한 답변 작성자:
Employee

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.

Avatar

Level 2

Can we use uber-jar 6.4 with AEM 6.5?

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

Avatar

Employee

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

Avatar

Level 2

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