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
Copy file name to clipboardExpand all lines: en/includes/guides/authentication/configure-token-exchange.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ After establishing account links, administrators can't delete them. Users can ma
130
130
!!! note
131
131
{{ product_name }} skips implicit account linking when **Require linked local account** is disabled, even if the implicit linking option remains enabled.
132
132
133
-
{% if product_name == "Asgardeo" %}
133
+
{% if product_name == "Asgardeo" or (product_name == "WSO2 Identity Server" and is_version > "7.2.0") %}
134
134
135
135
To enable implicit account linking,
136
136
@@ -150,20 +150,14 @@ To enable implicit account linking,
150
150
!!! note
151
151
If {{ product_name }} can't find a matching local user account using the primary lookup attribute, it searches for matching accounts using the secondary lookup attribute.
152
152
153
-
Following three attributes can be configured as lookup attributes
154
-
155
-
- `http://wso2.org/claims/username`
156
-
- `http://wso2.org/claims/emailaddress`
157
-
- `http://wso2.org/claims/mobile`
153
+
By default, the `username` attribute is available as a lookup attribute. Administrators can make an attribute [unique across the user stores]({{base_path}}/guides/users/attributes/configure-unique-attributes), after which it will appear in the lookup attributes list.
158
154
159
155
{{ product_name }} will look for the <a href="{{base_path}}/guides/users/attributes/manage-oidc-attribute-mappings/#view-openid-connect-attributes">mapped OpenID Connect attribute</a> in the third-party token.
160
156
161
157
{% else %}
162
158
163
-
### Implicit account linking
164
-
165
-
In {{ product_name }}, implicit account linking can be configured via the
166
-
[Implicit Association API](https://is.docs.wso2.com/en/{{ is_version }}/apis/idp/#tag/Implicit-Association/operation/updateImplicitAssociation).
159
+
You can configure implicit account linking using the
160
+
[Implicit Association API](https://is.docs.wso2.com/en/{{ is_version }}/apis/idp/#tag/Implicit-Association/operation/updateImplicitAssociation).
167
161
168
162
{% endif %}
169
163
@@ -188,5 +182,9 @@ Follow the steps given below.
188
182
!!! note
189
183
{{ product_name }} only copies the `sub` claim from the token received from the trusted token issuer to the exchanged {{ product_name }} token.
190
184
191
-
Upon successful execution, you will receive the exchanged token issued by {{ product_name }}.
185
+
{% if product_name == "Asgardeo" or (product_name == "WSO2 Identity Server" and is_version >"7.2.0") %}
186
+
!!! note
187
+
To learn how token exchange can be invoked in organization applications, see [Generate tokens for organization applications]({{base_path}}/guides/organization-management/generate-tokens-for-organization-apps).
188
+
{% endif %}
192
189
190
+
Upon successful execution, you will receive the exchanged token.
0 commit comments