20240315 - Social 로그인 구글 + 기본 로그인 혼합

구글 API 콘솔에서 OAuth 동의화면 설정

https://console.cloud.google.com/apis




구글 API 콘솔에서 사용자 인증 정보 설정

https://apex.oracle.com/pls/apex/apex_authentication.callback


APEX에서 Web Credential 생성


Authentication Scheme 생성



** 다른 Authentication Scheme과 혼합해야 하는 경우

양쪽 모두 Authentication Scheme - Login Processing - Switch in Session : Enabled

로그인 페이지에서 Redirection 버튼을 통해 APEX_AUTHENTICATION=GAuthS 로 Request 처리







참고

https://console.cloud.google.com/apis

How To Authenticate APEX Application Using Google? (Doc ID 2430891.1)

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=284767079108674&id=2430891.1&_afrWindowMode=0&_adf.ctrl-state=3xll7mvfo_53

https://developers.google.com/identity/gsi/web/guides/migration?hl=ko#redirect-mode_1

https://blog.cloudnueva.com/setting-an-apex-authentication-scheme-at-run-time

https://dgielis.blogspot.com/2018/06/facebook-google-and-custom.html

댓글 없음:

댓글 쓰기

20250202 - IG 다운로드 버튼 바로 보이기

JS initialization Code : function (config) {     var $ = apex.jQuery,         toolbarData = $.apex.interactiveGrid.copyDefaultToolbar(),  ...