wso2-extensions / identity-outbound-auth-oidc

Apache License 2.0
6 stars 108 forks source link

Bringing IsUserIdInClaims to working status in OIDC #152

Open indeewari opened 11 months ago

indeewari commented 11 months ago

Proposed changes in this pull request

The IDP configuration "IsUserIdInClaims" is supposed to decide whether the subject identifier is taken from the IDP claims or not. This flow was not in working status for OIDC authenticators. This PR is to fix that problem in this module. There is a mandatory dependent PR in the framework as well.

-

When should this PR be merged

This is a draft PR.

Follow up actions

Approval of the modifications

Checklist (for reviewing)

General

Functionality

Code

Tests

Security

Documentation