You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/apps/authentication-and-authorization.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
3
3
## Overview
4
4
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
+
:::
6
12
7
13
### Authorization vs authentication
8
14
@@ -15,20 +21,10 @@ This guide explains the difference between authorization and authentication and
15
21
- Akeneo PXM Studio uses OAuth 2.0 to manage app authorizations.
16
22
- Any app can use the OpenID Connect protocol to authenticate users coming from Akeneo PXM Studio.
17
23
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
-
24
24
<!------------------------------ end of the Overview ------------------------------------>
25
25
26
26
## OAuth 2.0
27
27
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
-
32
28
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.
0 commit comments