Skip to content

Commit de87bee

Browse files
Clarified intro for the authentication guide + link to guided tutorial
1 parent b191028 commit de87bee

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

content/apps/authentication-and-authorization.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Overview
44

5-
This guide explains the difference between authorization and authentication and gives you all information you need to understand how it works. Make sure that you understand the differences between authentication and authorization before you begin your development process.
5+
This guide will give you information about OAuth 2.0 and the OpenID concept that you will need when starting the development of your App.
6+
7+
By following the “getting started” sections below, we will walk you through each of these concepts in a step by step process.
8+
9+
::: tips
10+
If you just want to bootstrap an App with predefined authorization scopes to start your development, follow our [dedicated tutorial](/tutorials/how-to-get-your-app-token.html).
11+
:::
612

713
### Authorization vs authentication
814

@@ -15,20 +21,10 @@ This guide explains the difference between authorization and authentication and
1521
- Akeneo PXM Studio uses OAuth 2.0 to manage app authorizations.
1622
- Any app can use the OpenID Connect protocol to authenticate users coming from Akeneo PXM Studio.
1723

18-
### Next steps
19-
20-
- Learn about [OAuth 2.0](/apps/authentication-and-authorization.html#oauth-20)
21-
- Learn [how to authenticate your app](/apps/authentication-and-authorization.html#getting-started-with-oauth)
22-
- Learn [how to use Open ID connect](/apps/authentication-and-authorization.html#getting-started-with-openid-connect) to authenticate users
23-
2424
<!------------------------------ end of the Overview ------------------------------------>
2525

2626
## OAuth 2.0
2727

28-
This guide introduces the OAuth flow for apps that are created in the Akeneo App Store.
29-
30-
### Introduction to OAuth 2.0
31-
3228
OAuth 2.0 is the industry-standard protocol for authorizing or giving permissions to apps. This differs from authentication, which is the process of verifying the identity of the user or the app.
3329

3430
### The OAuth 2.0 flow

0 commit comments

Comments
 (0)