My Oauth2 Provider uses default 'service' param to get postLogoutRedirectUrl.
Please make this param name configureable.
https://github.com/manfredsteyer/angular-oauth2-oidc/blob/a8df7048decf8996ec17017c5250ab81b72091ae/projects/lib/src/oauth-service.ts#L1758
If I recall correctly, this is part of OpenID (not OAuth), with the exact name in the spec. I guess it won't hurt to make it configurable though. Or perhaps the option to configure customLogoutQueryParams similar to the custom params for login calls would be more flexible?
Out of curiosity: which IDServer do you use?
Yes, custom logout query params would help.
We are using apereos CAS with oidc workflow.
If I recall correctly, this is part of OpenID (not OAuth), with the exact name in the spec. I guess it won't hurt to make it configurable though. Or perhaps the option to configure
customLogoutQueryParamssimilar to the custom params for login calls would be more flexible?Out of curiosity: which IDServer do you use?
Gravitee is using target_url
Most helpful comment
If I recall correctly, this is part of OpenID (not OAuth), with the exact name in the spec. I guess it won't hurt to make it configurable though. Or perhaps the option to configure
customLogoutQueryParamssimilar to the custom params for login calls would be more flexible?Out of curiosity: which IDServer do you use?