-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[FEATURE REQUEST] [OIDC] Branding option to remove login_hint
and user
parameter from re-login URL
#4291
Conversation
b2c6cf6
to
719190a
Compare
…t` and `user` parameters in login request URL
719190a
to
c5e8b5a
Compare
… `user` parameters in login request URL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good for me 👍 just one doubt in comments and Bitrise is returning an error. I think you have to review the unit tests.
owncloudApp/src/main/java/com/owncloud/android/presentation/authentication/oauth/OAuthUtils.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🥇
QA Checks over Branding parametersend_login_hint_and_user = true
send_login_hint_and_user = false
MDM parametersend_login_hint_and_user = true
send_login_hint_and_user = false
|
One consideration: I noticed this is affecting the legacy webfinger flow somehow: if |
I also noticed that |
this is the expected behaviour since the login and relogin calls are the same. We can not prevent the side-effect is attached to the branding decision regarding the |
Let's move this forward |
…andables [FEATURE REQUEST] [OIDC] Branding option to remove `login_hint` and `user` parameter from re-login URL
Related Issues
App: #4288
QA
#4291 (comment)