You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Adding custom user store as a secondary user store**
522
+
523
+
If you need to add the custom user store as a **secondary** user store, you must use one of the following configurations in the `<API-M_HOME>/repository/conf/deployment.toml` file instead of the configuration shown above:
You do not need to change anything else since you extend the
@@ -528,6 +544,10 @@ Once you have done this, start the product and see the log messages that
528
544
you have placed inside overridden methods when you create a new user or
529
545
login. This ensures that all your configurations work as intended.
530
546
547
+
## Sample implementations
548
+
549
+
For additional reference and sample implementations, see the [sample custom user store manager](https://github.com/wso2/product-is/tree/v5.10.0/modules/samples/user-mgt/sample-custom-user-store-manager) available in the WSO2 Identity Server repository. This sample demonstrates how to extend default user store managers by implementing a new user store, with comprehensive examples and project structure.
550
+
531
551
!!! note "Do you want to create a custom user store that only has few enabled methods? Follow the steps given below:"
@@ -128,16 +128,16 @@ Follow the instructions given below to configure Keycloak as a third-party Key M
128
128
<tr class="even">
129
129
<td>Client Registration Endpoint </td>
130
130
<td>The endpoint to verify the identity and obtain profile information of the end-user based on the authentication performed by an authorization server.</br>
<td>The endpoint that allows authorized protected resources to query the authorization server to determine the set of metadata for a given token that was presented to them by an OAuth client.
0 commit comments