ionic-appauth
ionic-appauth copied to clipboard
How to add additional parameters in configuration to pass to SSO
Hi Team,
I have Query , am developing one ionic cordova application and was able integrate and use the plugin but i would like to add one more parameter to the AuthService configuration along with given params mine language specification identity_client, identity_server, redirect_url, scopes, usePkce, response_type: end_session_redirect_url, could you please help us with procedure to add the param.
I have tried below steps 1.Add one param to interface IAuthConfig 2.Assigned the value in AuthService class ,
Please let us know if any other changes required to send the values to SSO
Thanks Sandeep N
where are you trying to add the parameter to the authorization request?
How to send additional query parameters during login request? @wi3land
@sandeepwip Where you able to find a solution for this issue. I have the same issue. Cannot pass any extra parameters.
[veekshithnovigo] I have modified plugin it self , In both ionic-appauth & @openid folder related files i have added the parameter taking reference of one the existing param like scope and redirect_url. Then i it worked.
Thanks Sandeep