Skip to content

Commit d0c8a44

Browse files
committed
deploy: d8a9553
1 parent 30651f2 commit d0c8a44

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -588,12 +588,7 @@ <h2 id='creating-a-new-service'>Creating a new service</h2>
588588
<li><strong>Service name</strong> - enter the name for your service. NB! This will ultimately appear in-front of your customers. You can provide translations of the service name in multiple languages (English, Estonian, and Russian) by clicking the &quot;Update name translations&quot; link below the service name field. This allows your service to display a localized name to users based on their language preference. If translations are not provided, the default service name will be used.</li>
589589
<li><strong>Description</strong> - provide a brief description of your service. It should be concise, ideally one sentence.</li>
590590
<li><strong>Approval description</strong> - in this field, provide details about what you are building and who your target customers are.</li>
591-
<li><strong>Redirection URLs</strong> (<code>Authentication</code>) - specify one or more URLs where users should be redirected to after they have been authenticated. You can enter multiple URLs by placing each URL on a separate line in the textarea field. For example:
592-
<code>
593-
https://domain.com/eeid/callback
594-
https://another-domain.com/eeid/callback
595-
</code>
596-
If you do not know what you will use, just enter <code>http://localhost/callback</code> for now. The value can be changed later if needed. NB! Ensure that redirect URLs use the HTTPS protocol. HTTP is only permitted for local development environments (e.g., localhost).</li>
591+
<li><strong>Redirection URLs</strong> (<code>Authentication</code>) - specify one or more URLs where users should be redirected to after they have been authenticated. You can enter multiple URLs by placing each URL on a separate line in the textarea field. If you do not know what you will use, just enter <code>http://localhost/callback</code> for now. The value can be changed later if needed. NB! Ensure that redirect URLs use the HTTPS protocol. HTTP is only permitted for local development environments (e.g., localhost).</li>
597592
<li><strong>Webhook URL</strong> (<code>Identification</code>) - specify the URL where the service will send notifications about the status of identification requests. This is a critical field for services that require real-time updates on the verification process. Ensure the provided URL is secure (HTTPS) and can handle incoming requests. The path must contain <code>eeid/webhooks/identification_requests</code>.</li>
598593
<li><strong>Environment</strong> - indicate the environment in which you will be using the service. <code>Test</code> is free and used for testing purposes.</li>
599594
<li><strong>Authentication scope</strong> - choose the authentication scope you wish to support. See the <a href="#authentication-scope">Authentication scope</a> section for more details. The following scopes are supported: <code>openid</code>, <code>webauthn</code>, <code>phone</code> and <code>email</code>.</li>

0 commit comments

Comments
 (0)