Angular-oauth2-oidc: PostLogoutUrl Param Name is not configureable

Created on 11 Oct 2018  路  3Comments  路  Source: manfredsteyer/angular-oauth2-oidc

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

feature-request

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 customLogoutQueryParams similar to the custom params for login calls would be more flexible?

Out of curiosity: which IDServer do you use?

All 3 comments

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 customLogoutQueryParams similar to the custom params for login calls would be more flexible?

Out of curiosity: which IDServer do you use?

Gravitee is using target_url

Was this page helpful?
0 / 5 - 0 ratings

Related issues

grzegorz-skowronski picture grzegorz-skowronski  路  3Comments

CharlyRipp picture CharlyRipp  路  3Comments

godhar picture godhar  路  3Comments

andrea-spotsoftware picture andrea-spotsoftware  路  3Comments

zulander1 picture zulander1  路  4Comments