You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously I have used Angular OIDC Library which provide a API for us to set the custom request parameters in a SPA app, please refer to the following:
I can use the OIDC security service to update the custom filed value in userinfo.
Just wondering if there is any similar function by using node-openid-client. Because this time I have a Node JS project which want to integrate with the same oauth2.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
Previously I have used Angular OIDC Library which provide a API for us to set the custom request parameters in a SPA app, please refer to the following:
Here is the library package URL:
https://github.com/damienbod/angular-auth-oidc-client/tree/version-10
Sample code:
oidcSecurityService.setCustomRequestParameters({
'_profile': "XXXXXX",
'aud': 'XXXXXX',
'uao': 'XXXXXX
});
I can use the OIDC security service to update the custom filed value in userinfo.
Just wondering if there is any similar function by using node-openid-client. Because this time I have a Node JS project which want to integrate with the same oauth2.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions