Skip to content

Commit

Permalink
check include
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Jan 18, 2024
1 parent a313d7c commit 9cc4929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/common/service.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
In order to work with application credentials you have to :doc:`create the service <create>` first.
In order to work with |models| you have to :doc:`create the service <create>` first.
5 changes: 3 additions & 2 deletions doc/services/identity/v3/application-credentials.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Application Credentials
=======================

.. |models| replace:: application credentials

Application credentials provide a way to delegate a user’s authorization to an application without sharing the user’s
password authentication. This is a useful security measure, especially for situations where the user’s identification
is provided by an external source, such as LDAP or a single-sign-on service. Instead of storing user passwords in
Expand All @@ -11,8 +13,6 @@ they have on that project, and then stores the application credential identifier

.. include:: /common/service.rst

In order to work with application credentials you have to :doc:`create the service </services/identity/v3/create>` first.

Create
------

Expand All @@ -27,3 +27,4 @@ Delete
------

.. sample:: Identity/v3/application_credentials/delete.php

0 comments on commit 9cc4929

Please sign in to comment.