Closed denysoblohin-okta closed 3 years ago
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Adding Tests
[ ] Build related changes
[ ] CI related changes
[ ] Documentation changes
[x] Other... Please describe:
Use /login/callback instead of /implicit/callback in test app.
Removed PKCE flow e2e test.
Test app uses /implicit/callback for redirect url
/implicit/callback
Issue Number: OKTA-324376
Test app uses /login/callback for redirect url
/login/callback
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Adding Tests
[ ] Build related changes
[ ] CI related changes
[ ] Documentation changes
[x] Other... Please describe:
Use /login/callback instead of /implicit/callback in test app.
Removed PKCE flow e2e test.
What is the current behavior?
Test app uses
/implicit/callback
for redirect urlIssue Number: OKTA-324376
What is the new behavior?
Test app uses
/login/callback
for redirect urlDoes this PR introduce a breaking change?
Other information
Removed PKCE flow e2e test.
Reviewers