Skip to content
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

OAuth2 Authorization Code Flow with PKCE #25082

Closed
domingosbarreto opened this issue Oct 17, 2023 · 3 comments
Closed

OAuth2 Authorization Code Flow with PKCE #25082

domingosbarreto opened this issue Oct 17, 2023 · 3 comments

Comments

@domingosbarreto
Copy link

🕮 Describe the issue

Provide support for Authorization Code Flow with PKCE by adding overloads or procedures to codeunit 501 OAuth2 and codeunit 502 OAuth2Impl.

📣 Expected behavior

If an external party requires Authorization Code Flow with PKCE there is no method that allows to add additional query parmeters to the authorization URL.

The intention of this issue is to add overloads or procedures to provide functionality to allow the OAuth2 flow with code_verifier and code_challenge parameters.

@pri-kise
Copy link
Contributor

@domingosbarreto if you're planning to solve this by yourself and contribute this to the system application then you should mention this in the issue.

@JesperSchulz
Copy link
Contributor

Sorry to be sending you around. We're in the middle of redoing our contribution story. The good news: the system application has now landed on its final destination, which is https://github.com/microsoft/BCApps. If you would like to contribute with this issue to the system application, please create an issue in the BCApps repo and we will triage it.

@JesperSchulz JesperSchulz closed this as not planned Won't fix, can't repro, duplicate, stale Feb 15, 2024
@pri-kise
Copy link
Contributor

Just for Reference: Someone created an issue at the BCApps repository now: microsoft/BCApps#787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants