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

How can i use PKCE to add code_challenge authentication #1065

Closed
monguyenfdc opened this issue May 22, 2024 · 1 comment
Closed

How can i use PKCE to add code_challenge authentication #1065

monguyenfdc opened this issue May 22, 2024 · 1 comment

Comments

@monguyenfdc
Copy link

I haven't seen it mentioned in the documentation or I haven't found it anywhere, what I know is that PKCE has been added since version v1.14.0
Please guide me !

@monguyenfdc
Copy link
Author

oh, in my file server.php write it
$server->setConfig('enforce_pkce',true);
$server->setConfig('use_openid_connect',true);
$server->setConfig('issuer','<your_doman>');
it work to me

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

1 participant