I'm new to this, so bare with me!
I'm setting up B2C authentication using Forge component 'OIDC Client'. I modified my app as per OIDC documentation, but have a couple of doubts:
When I try to login to my app I'm directed to my B2C and I'm able to login, but I'm not redirected to my app.
Thank you in advance for your help!
Hi Joao,
To answer your 2nd question: For the logout flow I find four client actions in the block. Where do I use the 'Get_Logout_URL'?
To answer your last question: When I try to login to my app I'm directed to my B2C and I'm able to login, but I'm not redirected to my app.
I had to dig in a little to find out what you meant by your first question. I think you mean this screenshot in the documentation right?
The assign there you can ignore, it was used to set some client variables before sending the user to a different link. It is often something like this below, the client.LastURL is sometimes used to steer the flow, I do not assume you need it here for OIDC to work
Thank you Shahin. I made some progress. I have a few issues that I believe are related to how B2C is setup but your answers helped solve de doubts I had.