I have a question regarding one provision in Novacura which I couldn’t find in Forum or documents.
As stated earlier, if I’m using Novacura Portal2 as application I can’t skip the below login while logging into any screen under any menu created for an application.
every time they log into portal2 they need to call some webservice or DB methods to validate the user Id they are logged into.
I know in general it validates teh user id created in flow studio along with password.
So is there any way that I can call a process (this may be DB package function/REST API call) once a user logs into Novacura portal by above way ;and we know that we can’t skip this log in.
I think you should use Auth code with pkce. There are two different things in the OAuth2 standard, so there is plenty of information on the internet about it, but Auth code with pkce is more secure.