Add information on the newly supported OAuth flows#1484
Conversation
|
Newest code from mattermost has been published to preview environment for Git SHA 235d1c0 |
|
Newest code from mattermost has been published to preview environment for Git SHA ceca66c |
|
Newest code from mattermost has been published to preview environment for Git SHA 7e4b0d5 |
esarafianou
left a comment
There was a problem hiding this comment.
That's awesome, thanks @BenCookie95. Approving but just a minor comment that I'd prefer we address before merging.
| | Client Type | Authorization Code Flow | Implicit Flow | PKCE Required | | ||
| |---------------------|-------------------------|---------------|----------------------| | ||
| | Public Client | Supported | Supported | YES (code flow only) | | ||
| | Confidential Client | Supported | Supported | Optional | |
There was a problem hiding this comment.
Can we add that implicit flow for confidential clients is strongly not recommended even if it's is currently supported?
|
Newest code from mattermost has been published to preview environment for Git SHA 4b4373d |
|
Newest code from mattermost has been published to preview environment for Git SHA 54241db |
|
Newest code from mattermost has been published to preview environment for Git SHA 19dca78 |
|
Newest code from mattermost has been published to preview environment for Git SHA 5e8bb77 |
Summary
We added support for the following in v11.2:
Ticket Link
https://mattermost.atlassian.net/browse/MM-65810
https://mattermost.atlassian.net/browse/MM-65811