wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
746 stars 724 forks source link

Improve Authenticator and Provisioning Connector Metadata response display names #8141

Open tharindu-b-hewage opened 4 years ago

tharindu-b-hewage commented 4 years ago

Describe the issue: Display names and display names of the properties in the authenticator and provisioning connector metadata responses can be improved in ways such as,

How to reproduce: Observe display names in the aforementioned metadata responses.

Expected behavior: Proper display names should be available for better UX.

ayshsandu commented 3 years ago

Following Provisioning Connectors Remain to be fixed:

  1. SCIM Provisioning Connector "displayName": "scim"
  2. Salesforce Provisioning Connector "displayName": "salesforce"
  3. Google Provisioning Connector "displayName": "googleapps"

Following Authenticators Remain to be fixed:

  1. FacebookAuthenticator "displayName": "facebook",
  2. TwitterAuthenticator "displayName": "twitter",
  3. PassiveSTSAuthenticator "displayName": "passivests"
  4. SAMLSSOAuthenticator "displayName": "samlsso"
  5. OpenIDConnectAuthenticator "displayName": "openidconnect"