Setting up Okta
This guide walks you through configuring Okta to manage visitor authentication for your WriteDocs site using SAML 2.0.
Enterprise Feature
The end-user authentication feature is only available for Enterprise customers. If you are interested in upgrading your plan please, please contact sales@writedocs.io.
1
-
Access the Okta Admin Console:
- Navigate to your Okta Admin Dashboard.
-
Initiate App integration:
- Click on Applications in the left sidebar.
- Select Create App Integration.
-
Configure App settings:
- For Sign-in method, choose SAML 2.0.
- Click Next.
-
Define general settings:
- Provide an appropriate App name (e.g., "WriteDocs SAML Auth").
- (Optional) Upload an application logo.
- Click Next.
-
Configure SAML settings:
- In the Single sign-on URL field, enter the Assertion Consumer Service (ACS) URL provided by WriteDocs.
- In the Audience URI (SP Entity ID) field, enter the Entity ID provided by WriteDocs.
- Set Name ID format to
EmailAddress
. - Set Application username to
Email
. - (Optional) Add attribute statements to pass user information:
- Name:
firstName
| Value:user.firstName
- Name:
lastName
| Value:user.lastName
- Name:
email
| Value:user.email
- Name:
- Click Next.
2