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
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,
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:
Environment URL – com.outsystemscloud.personalpwj2gmyp : This is your OutSystems environment identifier.
App name – oidctest: The name of your mobile app.
Module name – OIDCTestModule: The module in the app handling the authentication.
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.