Closed HannaKurban closed 8 months ago
https://formio.atlassian.net/browse/FIO-7804
Added support PKCE method for OIDC. Now, when using the PKCE method, there is no need to use a client secret. On the server side, code_verifier and code_challenge are generated and the request is verified
https://github.com/formio/formio-server/pull/1434 https://github.com/formio/formio-app/pull/1545
Manually with using onelogin app
Link to Jira Ticket
https://formio.atlassian.net/browse/FIO-7804
Description
Added support PKCE method for OIDC. Now, when using the PKCE method, there is no need to use a client secret. On the server side, code_verifier and code_challenge are generated and the request is verified
Dependencies
https://github.com/formio/formio-server/pull/1434 https://github.com/formio/formio-app/pull/1545
How has this PR been tested?
Manually with using onelogin app
Checklist: