We are developing ADB2C custom policies to handle the user authentication and registration requests coming from the client web app.
I have a scenario, our web application is redirecting login / signup requests to B2C and that requests url append with a couple of query string parameters for ex:- userName=“John”&webApp=37658. Now, the expectation is to return those query string parameters via b2c JWT token once that user flow execution is completed in b2c. Is there helpful references to handle these scenario via b2c custom policies ?