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

Incorrect responseMode param is sent in RPIframe's prompt=none authorize request #210

Closed
brionmario opened this issue Jan 18, 2024 · 0 comments · Fixed by asgardeo/asgardeo-auth-spa-sdk#162 or #211
Assignees
Labels
bug Something isn't working

Comments

@brionmario
Copy link
Member

brionmario commented Jan 18, 2024

Describe the issue:

Response mode query is send with a wrong casing to the RPIframe's prompt=none authorize request.

Screenshot 2024-01-18 at 12 05 35

Reason

This seems to have been introduced with asgardeo/asgardeo-auth-spa-sdk@8b77734 change, and it was previously working fine due to the authparam transformation(https://github.com/asgardeo/asgardeo-auth-js-core/pull/203/files#diff-f34c1fc70c8dfe6982556af3ab69b70a42b7a68c9119cfa0bfa4716acd929750R120). This was removed with #208.

How to reproduce:

Enable OIDCSessionManagement in the SDK and inspect the prompt none requests from the RP Iframe.

Expected behavior:

responseMode should be response_mode and it should be query.

Environment information (Please complete the following information; remove any unnecessary fields) :

  • Product Version: 7.0.0-BETA6-SNAPSHOT
  • OS: Mac
  • Database: H2
  • Userstore: LDAP

Optional Fields

Related issues:

Suggested labels:

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant