Skip to content

Commit ff775f0

Browse files
fixing indentation
1 parent de2c66c commit ff775f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pages/guides/authentication/ServerToServerAuthentication/implementation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,23 +79,23 @@ To rotate client secrets through the UI, follow the steps below on the credentia
7979

8080
1. Add a new client secret to your credential .
8181

82-
![](../../../images/oauth-server-to-server-credential-add-client-secret.png)
82+
![](../../../images/oauth-server-to-server-credential-add-client-secret.png)
8383

84-
![](../../../images/oauth-server-to-server-credential-added-client-secret.png)
84+
![](../../../images/oauth-server-to-server-credential-added-client-secret.png)
8585

8686
2. Update your application to replace your old client secret with the new one you added.
8787
3. Check the client secret last used timestamp to make sure your application is no longer using the old client secret.
8888

89-
![](../../../images/oauth-server-to-server-credential-check-client-secret-timestamps.png)
89+
![](../../../images/oauth-server-to-server-credential-check-client-secret-timestamps.png)
9090

9191
4. Once sure that you have successfully replaced the client secret, you can delete the old client secret.
9292

93-
![](../../../images/oauth-server-to-server-credential-delete-old-client-secret.png)
93+
![](../../../images/oauth-server-to-server-credential-delete-old-client-secret.png)
9494

9595

96-
<InlineAlert slots="text"/>
96+
<InlineAlert slots="text"/>
9797

98-
Once a client secret is deleted, you cannot restore it. So be extra sure you have replaced the old client secret with the new one in all locations.
98+
Once a client secret is deleted, you cannot restore it. So be extra sure you have replaced the old client secret with the new one in all locations.
9999

100100

101101
### Rotating client secrets programmatically

0 commit comments

Comments
 (0)