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
748 stars 729 forks source link

Improve User Guidance for Linked Local Accounts #20017

Open movinsilva opened 8 months ago

movinsilva commented 8 months ago

Describe the issue

Screenshot 2024-03-15 100628

How to reproduce

  1. Create a new connection (google) and add JIT user provisioning.
  2. Create a new standard based application and enable app native authentication API.
  3. Configure the application by giving the redirect URL, allowed origins, and enable code grant type.
  4. Use the API based authentication flow to login using the added federated login through the redirect url.
  5. Call scim2/me endpoint by setting the authorization header using the access token.

Environment

Additional context

Screenshot 2024-03-15 112345

Achintha444 commented 8 months ago

We can also change the default state of this check box to true, as most users will require to linked the account with the JIT provisioned user.