Timo Herwix

@timoherwix
10 Followers
16 Following
16 Posts

Are you looking to set up SAML Authentication for your Oracle Autonomous Database? If yes, please read Part 3 where we dive into Customer-Managed ORDS and setting up Single Sign-On for APEX with SAML using Microsoft Entra-ID πŸš€

-> https://tm-apex.hashnode.dev/implementing-single-sign-on-for-apex-with-entra-id-and-saml-on-oracle-autonomous-database

#orclAPEX #orclords #sso

Implementing Single Sign-On for APEX with Entra-ID and SAML on Oracle Autonomous Database

Introduction In our previous blogs, we set up a Customer-Managed ORDS for an Autonomous Database in Oracle Cloud and secured it with SSL. Now, let's dive into configuring ORDS to use something like SAML for Single Sign-On. Oracle APEX is great becaus...

TM-APEX

Last week, I wrote about Customer-Managed ORDS. Now in Part 2, let's dive into setting up HTTPS and your own URL πŸš€

With ORDS, you don't need a proxy server like Nginx and using Let’s Encrypt makes SSL Certificates a breeze πŸ’ͺ

-> https://tm-apex.hashnode.dev/how-to-set-up-custom-urls-for-oracle-autonomous-database-with-customer-managed-ords-243-and-lets-encrypt

#orclapex #orclords #OCI

How to Set Up Custom URLs for Oracle Autonomous Database with Customer-Managed ORDS 24.3 and Let's Encrypt

Introduction In the first part of this series, we showed you how to install and configure a Customer-Managed ORDS 24.3 for an Autonomous Database. We walked you through installing an ORDS standalone instance and running it on port 8080 without SSL en...

TM-APEX

I just wrote a new Blogpost about "DevOps Made Easy! with Oracle Autonomous Database using PL/SQL and Git" πŸš€

If you're looking for an easy DevOps approach for your APEX Stuff, maybe this is for you πŸ‘ So let’s dive into how you can manage your code repo entirely with PL/SQL πŸ˜‰

#orclapex #AW24 #nlOUG #apexworld2024

πŸ‘‡
https://tm-apex.hashnode.dev/devops-made-easy-with-oracle-autonomous-database-using-plsql-and-git

DevOps Made Easy! with Oracle Autonomous Database using PL/SQL and Git

Introduction The Oracle Autonomous Database (ADB) includes the DBMS_CLOUD_REPO package, an extremely powerful package that provides easy access to files in Cloud Code (Git) Repositories, including: GitHub, AWS CodeCommit, and Azure Repos. This packag...

TM-APEX

A few days back, Kris Rice dropped the new #OCI Document Generator. So I thought, why not give it a try?

Please read my latest blog to see what I found out and how you can easily integrate this into your #orclAPEX apps πŸ˜‰

πŸ‘‡
https://tm-apex.hashnode.dev/start-generating-dynamic-pdfs-in-apex-easily-with-oci-pre-built-functions

Start Generating Dynamic PDFs in APEX Easily with OCI Pre-Built Functions

Introduction At the end of February 2024, Kris Rice announced some exciting news: a new Pre-Built Function for creating PDF documents on the fly is now available in OCI. For many businesses and organizations, being able to generate PDFs dynamically i...

TM-APEX

I just wrote a new blog post about Implementing Social Sign-In with MS Azure/Office 365 in #orclapex πŸ“

Using a third-party identity provider like Azure comes with some benefits, such as Single Sign-On, Multi-Factor Authentication, and plenty moreπŸš€

https://tm-apex.hashnode.dev/implementing-social-sign-in-with-microsoft-azureoffice-365-in-apex

Implementing Social Sign-In with Microsoft Azure/Office 365 in APEX

Introduction In APEX, we've got various Authentication Options, like the default Oracle APEX Accounts, Database Accounts, LDAP, Social Sign-In, and more. In this guide, we'll discuss using Microsoft Azure or Office 365 for authentication in APEX Apps...

TM-APEX

New blogpost: Mastering Identity Lifecycle Management for OCI IAM and Azure AD πŸ“

This is essential for Single Sign-On, so let's explore how we can streamline the process of synchronizing user accounts between OCI IAM and Azure AD πŸš€

#OCI #orclapex

πŸ‘‡
https://tm-apex.hashnode.dev/mastering-identity-lifecycle-management-for-oci-iam-and-azure-ad

Mastering Identity Lifecycle Management for OCI IAM and Azure AD

Introduction In the previous blogpost we have walk you through how to setting up a federation between Azure AD and OCI IAM. But we ran into a small issue. πŸ€” For Single Sign-On to work, the same user accounts need to be in both OCI IAM and Azure AD. ...

TM-APEX

New blog post🚨 Single Sign-On between OCI and a third-party Identity Provider like Microsoft Azure😎

By setting up a federation between Azure and OCI, users can access OCI services with their Azure AD Credentials, including Social Sign-In for #orclapex πŸš€

πŸ‘‡

https://tm-apex.hashnode.dev/single-sign-on-between-oci-and-a-third-party-identity-provider-like-microsoft-azure

Single Sign-On between OCI and a third-party Identity Provider like Microsoft Azure

Introduction In the previous blog posts, we've guided you step by step on how to set up the Authentication and Authorization process, as well as implementing Multi-Factor Authentication (MFA) or Passwordless Authentication for that extra layer of sec...

TM-APEX

I just wrote a new blog post about enabling Passwordless Authentication in #orclAPEX using Oracle IAM πŸ“

If you enjoy FaceId, TouchId, Yubikey, or Windows Hello for example ,this is just for you. It's easy to set up and improves UX βœ…

Stay tuned for part four πŸš€

https://tm-apex.hashnode.dev/enabling-passwordless-authentication-in-apex-using-oracle-identity-and-access-management

Enabling Passwordless Authentication in APEX using Oracle Identity and Access Management

Introduction In the previous blog posts, we've walked you through setting up the Authentication and Authorization process, as well as implementing Multi-Factor Authentication (MFA) for extra security. Now, we want to demonstrate a passwordless soluti...

TM-APEX

I just wrote a new blog post about enabling Multi-Factor Authentication in #orclAPEX using Oracle Identity and Access Management πŸ“

Get ready for part three, where we'll increase our security by adding Multi-Factor Authentication (MFA) to this πŸ”

https://tm-apex.hashnode.dev/enabling-multi-factor-authentication-in-apex-using-oracle-identity-and-access-management

Enabling Multi-Factor Authentication in APEX using Oracle Identity and Access Management

Introduction In the previous blog, we've set up the Authentication and Authorization process, so let's increase our security by adding Multi-Factor Authentication (MFA) to this. In today's online world, keeping our apps secure is super important. Ora...

TM-APEX

I just wrote a new blogpost about my first time using Template Components and releasing my FIRST Plug-In on apex.world πŸš€

Check out how I built an Animated Number Counter in #orclapex with just a little bit of HTML, CSS, and JavaScript 😎

πŸ‘‰ https://tm-apex.hashnode.dev/developing-a-responsive-number-counter-with-oracle-apex-my-first-template-component

Developing a Responsive Number Counter with Oracle APEX: My First Template Component 😎

Introduction In this blog post, I would like to share my first attempts to create a Template Component that displays an Animated Number Counter in Oracle APEX. But first, let's take a look at Template Components! What are they, and why should we use ...

TM-APEX