1. Navigate : Application Composer > Standard Objects > Actions and Links
2. Create Actions and Link.
[스크립트는 아래 글 상자 참고]
def jwtToken=(new oracle.apps.fnd.applcore.common.SecuredTokenBean().getTrustToken())
return "https://www.google.com/finance/converter?PartyId="+PartyId+"&PartyNumber="+PartyNumber+"&PartyName="+PartyUniqueName+"&jwt="+jwtToken
3. Navigate : Application Composer > Standard Objects > Pages
페이지에 추가되는 Layout 하나를 클릭.
저는 Duplicate Layout 을 선택.
앞에서 만든 Test URL Link 가 있는지 확인. 없으면 추가.
4. 테스트
Navigate to Account
아래 Test URL 을 클릭
그러면 새 창에 URL 에 jwt 값이 존재합니다.
5. 테스트
Authorization header 에서 "Bearer " + JWT 값을 추가.
아래 그림 참고.
Oracle Traffic Director add listner (0) | 2016.07.14 |
---|---|
Securiy Setup after installing Tomcat on Oracle IaaS Cloud (0) | 2016.07.01 |
Install Tomcat 7 on Oralce IaaS Cloud (Oralce Linux 6.6) (0) | 2016.07.01 |
maven build 시 특정 파일을 추가. How to include xml with war, jar, ear. (0) | 2016.05.27 |
The location of domain of WebLogic in Java Cloud (0) | 2016.05.25 |
댓글 영역