Cusom identity asserter 구현시 주의사항
Products/WebCenter Portal View Comments
Cusom identity asserter를 쿠키방식에서는 적용되지 않으나
헤더방식(토큰)에서는 필히 확인 할 것
위와 같이Base64 Decoding Require 옵션이 default True 이기 때문에
헤더값이 들어오면 Base64로 Decoding이 되어 올바른 인증값을 못받는 경우가 생긴다
SSO와 협의하여 인증토큰을 Base64로 보내달라고 하던가
Asserter.xml 에서 옵션을 조정 하면 된다
<MBeanAttribute
Name = "Base64DecodingRequired"
Type = "boolean"
Writeable = "false"
Default = "false"
Description = "See MyIdentityAsserter-doc.xml."
/>
위와 같은 옵션을 Asserter.xml에 추가하여 true,false를 조정하여 빌드 한 후
사용한다.
2~3주간 삽질 지대로 했다!
'Products > WebCenter Portal' 카테고리의 다른 글
[WebCenter Portal 12c] ESAPI 관련 경고메시지 처리 (0) | 2017.03.07 |
---|---|
[12C]Oracle WebCenter Portal Audit Logs 셋팅 (0) | 2016.10.17 |
WCP SessionID 변경 방법 (0) | 2016.09.28 |
WCP JPDKTest Page 안나오게 하기 (0) | 2016.07.29 |
WCP 페이지 소스 보기에서 모듈버전 안나오게 하기 (0) | 2016.07.29 |
Recent Comments