Skip to content

Commit 2b30815

Browse files
authored
Merge pull request #5152 from Thisara-Welmilla/add-warnings
Add warning message for the custom authentication extension
2 parents 66f3f82 + c1770c5 commit 2b30815

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

en/includes/guides/service-extensions/understanding-service-extensions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,3 +379,12 @@ loggers = org-wso2-carbon-identity-action-execution
379379
{%else %}
380380
You may view the diagnostics logs under the logs tab in Asgardeo. [Refer here]({{base_path}}/guides/asgardeo-logs/diagnostic-logs/) to learn more about diagnostic logs in Asgardeo.
381381
{%endif %}
382+
383+
384+
## Extension implementation best practices
385+
386+
### Security basics
387+
- Avoid including sensitive information or personally identifiable information (PII) in URLs, error/failure messages, or descriptions.
388+
- It is strictly recommended to use HTTPS for external service endpoint in production. The HTTP should be used only for testing purposes.
389+
- The `None` authentication type is intended for testing purposes only. It is recommended to implement a proper authentication mechanism for external service endpoint.
390+
- Always use HTTPS for redirects and API calls to ensure secure communication.

0 commit comments

Comments
 (0)