wso2-extensions / identity-outbound-auth-oidc

Apache License 2.0
6 stars 108 forks source link

Enable PKCE in OIDC federated login flow #141

Closed lasanthaS closed 4 months ago

lasanthaS commented 1 year ago

Proposed changes in this pull request

This PR enables PKCE in OIDC federated login flow. In IDP configurations, a new checkbox has been introduced under Federated configurations to enable/disable PKCE in PR[1] and upon enabling the checkbox respective code_verifier and code_challenge parameters are added to the authentication and token requests.

Related to https://github.com/wso2/api-manager/issues/1613

[1] https://github.com/wso2/carbon-identity-framework/pull/4500

DMHP commented 1 year ago

Please fix the applicable comments which are added in the other associated pr

lasanthaS commented 1 year ago

@DMHP All the suggested fixes are done

lasanthaS commented 4 months ago

Closing this as this is a duplicate of https://github.com/wso2-extensions/identity-outbound-auth-oidc/pull/180