Skip to content

Commit eea663c

Browse files
authored
Merge pull request #5491 from AnuradhaSK/bug-fix
Add product_name placeholder for required places
2 parents 2c4d594 + 1483f69 commit eea663c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/includes/guides/authentication/user-attributes/enable-attributes-for-oidc-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To add user attributes to the app:
3535

3636
### Select an alternate subject attribute
3737

38-
The subject attribute is used for exchanging information about the user. The subject is represented by the **subject** attribute in the ID token. By default, Asgardeo shares **User ID** as the subject. You can define any user attribute as the subject.
38+
The **subject** attribute (`sub`) in the ID token uniquely identifies a user. By default, {{ product_name }} sets `sub` to the User ID, but you can configure it to use any other user attribute as the subject.
3939

4040
To define a different attribute as the subject:
4141

en/includes/guides/branding/customize-email-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can tailor the **subject**, **body**, and **footer** of email notifications
9797
2. Select the email template and the relevant locale that you wish to modify.
9898

9999
!!! note
100-
Asgardeo gives you the option to automatically copy a template from one locale to another so that you do not have to create email templates from scratch. To do so, select a locale with an existing email template, switch over to the new locale and click confirm when the **Replicate content?** prompt appears.
100+
{{ product_name }} gives you the option to automatically copy a template from one locale to another so that you don't have to create email templates from scratch. To do so, select a locale with an existing email template, switch over to the new locale and click confirm when the **Replicate content?** prompt appears.
101101

102102
![Select email template]({{base_path}}/assets/img/guides/branding/select-email-template.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
103103

0 commit comments

Comments
 (0)