ionic-appauth icon indicating copy to clipboard operation
ionic-appauth copied to clipboard

How to add additional parameters in configuration to pass to SSO

Open ghost opened this issue 3 years ago • 4 comments

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

ghost avatar Mar 04 '21 05:03 ghost

where are you trying to add the parameter to the authorization request?

wi3land avatar Jul 27 '21 09:07 wi3land

How to send additional query parameters during login request? @wi3land

MbSushant avatar Sep 03 '21 20:09 MbSushant

@sandeepwip Where you able to find a solution for this issue. I have the same issue. Cannot pass any extra parameters.

veekshithnovigo avatar Jun 10 '22 09:06 veekshithnovigo

[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

ghost avatar Jun 10 '22 10:06 ghost