-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CC-31568: Extended the warehouse picking guide with the FA OAuth. #2325
CC-31568: Extended the warehouse picking guide with the FA OAuth. #2325
Conversation
.../pbc/all/install-features/202311.0/unified-commerce/install-the-warehouse-picking-feature.md
Outdated
Show resolved
Hide resolved
.../pbc/all/install-features/202311.0/unified-commerce/install-the-warehouse-picking-feature.md
Outdated
Show resolved
Hide resolved
.../pbc/all/install-features/202311.0/unified-commerce/install-the-warehouse-picking-feature.md
Outdated
Show resolved
Hide resolved
.../pbc/all/install-features/202311.0/unified-commerce/install-the-warehouse-picking-feature.md
Outdated
Show resolved
Hide resolved
.../pbc/all/install-features/202311.0/unified-commerce/install-the-warehouse-picking-feature.md
Show resolved
Hide resolved
.../pbc/all/install-features/202311.0/unified-commerce/install-the-warehouse-picking-feature.md
Outdated
Show resolved
Hide resolved
.../pbc/all/install-features/202311.0/unified-commerce/install-the-warehouse-picking-feature.md
Outdated
Show resolved
Hide resolved
{% endinfo_block %} | ||
|
||
|
||
## 3) Set up configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I split this section into subsections. Please make sure the subsection titles are relevant
| PLUGIN | SPECIFICATION | PREREQUISITES | NAMESPACE | | ||
|--------------------------------------------------------------|----------------------------------------------------------------------------------------------------|---------------|--------------------------------------------------------------------------| | ||
| AuthorizeResource | Registers the OAuth authorize resource. | | SprykerEco\Glue\AuthorizationPickingAppBackendApi\Plugin\GlueApplication | | ||
| UserAuthCodeOauthRequestGrantTypeConfigurationProviderPlugin | Builds `OauthGrantTypeConfigurationTransfer` from the configuration of AuthorizationCode GrantType data. | | Spryker\Zed\OauthCodeFlow\Communication\Plugin\Oauth | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are AuthorizationCode
and GrantType
separate code references?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only the AuthorizationCode
.
|-----------------------|--------|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| username | string | some@user.com | The username of the Back Office user. | | ||
| password | string | 349dldks239fj93498di | The password of the Back Office user. | | ||
| response_type | string | code | Defines how the authorization server should respond to the client after the resource owner grants. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
grants what?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extended the sentence.
| username | string | some@user.com | The username of the Back Office user. | | ||
| password | string | 349dldks239fj93498di | The password of the Back Office user. | | ||
| response_type | string | code | Defines how the authorization server should respond to the client after the resource owner grants. | | ||
| client_id | string | the-client-identifier-of-your-app | Public identifier for the client application that is requesting access to a user's resources. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provide proper examples. See other parameters as well
| grant_type | string | authorization_code | Specifies the type of grant requested by the client. In this case, it's the Authorization Code Grant flow. | | ||
| code | string | some-code | The authorization code provided by the OAuth server. | | ||
| client_id | string | the-client-identifier-of-your-app | Public identifier for the client application that is requesting access to a user's resources. | | ||
| code_verifier | string | some-random-string | A random string generated by the client in the Authorization Code Grant flow with PKCE. It's used to verify the identity of the client when exchanging the authorization code for an access token. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provide the actual examples
Epic: https://spryker.atlassian.net/browse/CC-31691
Ticket: https://spryker.atlassian.net/browse/CC-31568