I know you can add custom parameters to the authorize call as:
const parameters: any = { resource: "ABCD" };
this.oidcSecurity.setCustomRequestParameters(parameters);
How to add custom request headers? I am using response_type: 'code'. Nothing about this mentioned here https://www.npmjs.com/package/angular-auth-oidc-client Any help is appreciated. Thanks