Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the username in the example. #4968

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ and create your own Certificate Authority to sign the certificates, follow the g
- Locality Name (eg, city) [ ]: Colombo
- Organization Name (eg, company) [Internet Widgits Pty Ltd]: WSO2
- Organizational Unit Name (eg, section) [ ]: QA
- Common Name (e.g. serverFQDN or YOUR name) [ ]: wso2is.com
- Common Name (e.g. serverFQDN or YOUR name) [ ]: wso2is
- Email Address [ ]: [email protected]
```

Expand Down Expand Up @@ -356,7 +356,7 @@ The next step is to configure the application.
## Onboard a user

A user for the corresponding certificate should be available in the system to perform the authentication. Follow the given instructions
in [Onboard single user](../../users/manage-users.md/#onboard-single-user) to onboard a user with the username `wso2is.com` (This is the CN of the created certificate above).
in [Onboard single user](../../users/manage-users.md/#onboard-single-user) to onboard a user with the username `wso2is` (This is the CN of the created certificate above).

## Try it out

Expand Down