wso2 / product-apim

Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
821 stars 767 forks source link

Add config default for setting service provider subject claim value #13499

Closed ashera96 closed 1 week ago

ashera96 commented 2 weeks ago

Purpose

This PR adds the default value for service_provider.use_username_as_sub_claim. With this default behaviour, on SP creation for application key generation, the default subject claim will be userID. If set to true using deployment.toml, the username will be used as the subject claim.

Related PRs