Accéder au contenu principal

Articles

Affichage des articles du 2016

Using Oracle Apex with Google APIs maps and blogger

In order to add some google feature inside an Apex page, one have just to had some piece of code in header or footer part of a static region. Add a new blank page or go the second step if there is an existing page Add a static region into body content Add the following piece of code in the HEADER TEXT part (in the right property sheet) For a MAP <div id="map1" style="min-height: 700px" width="100%"></div> <script>       var map;       function initMap() {         map = new google.maps.Map(document.getElementById('map1'), {           center: {lat: -14.245413, lng: -72.477596},           zoom: 7,             mapTypeControl: false,         mapTypeControlOptions: {         style: google.maps.MapTypeControlStyle.DROPDOWN_MENU         },         navigationControl: true,         navigationControlOptions: {            style: google.maps.NavigationControlStyle.SMALL,            position: google.maps.

Configuring Oracle Cloud as the Service Provider with SimpleSAMLphp as IDP

In order to establish SSO between enteprise backend and Oracle Public Cloud, it's possible to use SimpleSAMLphp (Federation tool) as an in-house Identity Provider , and setup Oracle Cloud as the Service Povider . Cf official documentation Managing Single Sign-On about the concept. SSO relies on SAML 2.0 standard. Tasks At the Identity Server (IDP) level Install Apache and PHP 5.3 + Install SimpleSAMLphp Just Follow documentation and  yum install php53-mcrypt   instead php-mcrypt if linux complains about it. Test with a simple SP provided with SimplePHPphp. Don't forget to un-comment the  example-userpass ! Export the metadata in a XML file At the Cloud Service level Import the previous metadata file Accept default values and don't change anything. At the IDP server level:  Follow documentation Servive Provider Quickstart Update the config/authsources.php with infos provided in the parameter pages (entity Id) EntityID value must be the same value