22
Views
2
Comments
[OIDC Mobile Client] OIDC Mobile Client not working
Question
oidc-mobile-client
Mobile icon
Forge asset by João Barata
Application Type
Mobile

Hi ,

I am trying to implement the login via  OIDC Mobile Client forge component.

I have implemented the changes using the webblocks as per the Demo app  (OIDC Mobile Client -Demo) available.

When I click on the SSO button it is getting redirected to the login screen again.

The OIDCAPPName  is passed as "Keycloak" and I have stored the configuration details inside the OIDC_App entity inside the OIDC module. I am not sure what is the exact problem here.

If anyone has implemented this before , please let me know what I am doing wrong here.

Could you please assist on the issue  @João Barata   as the owner of this component ? 

That would be of great help.

Thanks in advance,

Akhila K Soman


2023-01-17 13-43-47
Akhila K Soman

Hi ,

Now I am getting  callback url error. I could see the callback uri is passed in authorization url. I can see the javascript used to get the CallBackURL . I am not exactly clear how to implement it.

@João Barata Could you please assist here.


Thanks,

Akhila K Soman


2025-09-23 21-03-15
MUKESH ROBIN SAMYNATHAN

Hi @Akhila K Soman 

You should configure the following URL as an allowed callback URL in your identity provider settings:

com.outsystemscloud.personalpwj2gmyp.oidctest://OIDCTestModule/Callback

Breakdown of the URL:

  1. Environment URL – com.outsystemscloud.personalpwj2gmyp : This is your OutSystems environment identifier.

  2. App name – oidctest: The name of your mobile app.

  3. Module name – OIDCTestModule: The module in the app handling the authentication.

  4. Screen name – Callback: The screen where the identity provider redirects after login.
    Note: In the OriginalURL parameter, make sure to enter the name of your app's landing screen. This is where the user will be redirected after the authentication process is completed. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.