Skip to content

Cristianfllc3/ApexOracle_AuthSocial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 

Repository files navigation

ApexOracle_AuthSocial

Référence d'utilisation de Markdown 1.
Oracle APEX - How to Access Oracle APEX Applications With Google Credentials 2.
(A few details differents, that it is why all the pics)
https://developers.google.com/identity/protocols/oauth2/

This tutorial have two mains part:


1 - Google console, to create a Auth Key

Create a project in console.developers.google.com (Apex Oracle Auth Social)

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

image

Go to Credentials, and create a : OAuth client ID

image

In some cases it must, To create an OAuth client ID, you must first configure your consent screen

image

Select external

image

Add this parameters:

APP DOMAIN

Aplication Home page:

AUTHORIZED DOMAINS:

  • oracle.com
    image

Select the scope

image

Add test users

image

Now we can acces to create a OAuth client ID

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

Copy and Save, your Client Id and Client secret

image

2 - Config Apex Authentication Scheme

Go to Apex Workspace Utilities

image

Then to Web Credentials

image

Create

image

Add the parameters from the credencial we created in google console (Client ID and CLient Secret)

image

Confirm the web credentials created

image

Go to your App, Share Components, Authentication Schemes

image

Create a Authentication Scheme

Select the firts option, Based on a pre-configured scheme from the gallery
image

Add the parameters

Name,
Scheme Type,
Credential Storez, Select the one that we created in the previews steps
Authentication Provider, select Google
image

One last modification

image

Ajust one last parameter

URL: https:// www.google.com/accounts/Logout
image

Best part, the finist project

https://apex.oracle.com/pls/apex/r/cristianflc3/authentication-demo/

image

Mercy, Thanks, Gracias, Gratie

Footnotes

  1. https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet.

  2. https://www.youtube.com/watch?v=QJw4HkagVWchttps://www.youtube.com/watch?v=cK_aWXDVf_U&t=74s

About

Configuration de l'authentification avec Google - Apex Oracle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published