Need to configure the OIDC Provider Login page.

0
Hi Mendix forum team,   I want to configure the OIDC Provider Login Page, I followed the below document for that - https://docs.mendix.com/appstore/services/oidc-provider/#centralized-auth, but still not able get how to configure the OIDC Provider Login Page , I want test the functionality locally. Kindly find the below ss for you references.
asked
4 answers
3

Hello Aditya,

Please check below.

Mendix Community - Exchange Details

Azure AD SSO using the OIDC Module in Mendix | by Bharathidasan S | Mendix Community | Medium

Azure AD SSO for Native Mobile. Using the OIDC Module | by Chandresh Shukla | Mendix Community | Medium

 

answered
0

Hi Aditya,

To configure OIDC using Azure, please follow the steps below:

  1. Register the Application in Azure Portal
    • Navigate to the Azure portal and register your application.
    • Generate the Client ID and Client Secret.
    • Configure the Redirect URL, which should point to your application’s URL.
  2. ​​​​​​​​​​​​​​​​​​​​​Configure OIDC in Mendix Studio Pro
    • ​​​​​​​​​​​​​​Download the OIDC module from the Mendix Marketplace.
    • Add the OIDC Configuration page to your app’s navigation.
    • Click the New button to create a new OIDC configuration.
    • Enter the following details:
      • Client ID
      • Client Secret
      • Endpoint URL
      • Redirect URL
  3. Update the Login Page
    • ​​​​​​​​​​​​​​Add the reusable snippet SNIP_Login_Button to the login page to enable OIDC-based login functionality.

Let me know if you need help with any of the steps or configurations.

 

Best regards,

Mohammed Ul Baqir Salar

answered
0

Hi Aditya, were you able to get it working?

answered
-1

Hi Aditya,

Please refer this article

Google SSO Using OIDC Module | By Mohammad Saqib

answered