okta / okta-vue

OIDC SDK for Vue
https://github.com/okta/okta-vue
Other
46 stars 26 forks source link

Use /login/callback instead of /implicit/callback in test app #46

Closed denysoblohin-okta closed 3 years ago

denysoblohin-okta commented 3 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Test app uses /implicit/callback for redirect url

Issue Number: OKTA-324376

What is the new behavior?

Test app uses /login/callback for redirect url

Does this PR introduce a breaking change?

Other information

Removed PKCE flow e2e test.

Reviewers