-
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] OIDC Dynamic Client Registration #3073
Conversation
f62f354
to
1a12f43
Compare
23f8307
to
d7c92d5
Compare
4e18b78
to
f0c77b0
Compare
owncloudApp/src/main/java/com/owncloud/android/authentication/AccountAuthenticator.java
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/presentation/ui/authentication/LoginActivity.kt
Outdated
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/presentation/ui/authentication/LoginActivity.kt
Show resolved
Hide resolved
...com/owncloud/android/presentation/viewmodels/authentication/OCAuthenticationViewModelTest.kt
Outdated
Show resolved
Hide resolved
...com/owncloud/android/presentation/viewmodels/authentication/OCAuthenticationViewModelTest.kt
Outdated
Show resolved
Hide resolved
...ud/android/data/authentication/datasources/implementation/OCLocalAuthenticationDataSource.kt
Outdated
Show resolved
Hide resolved
...a/src/main/java/com/owncloud/android/data/oauth/datasource/impl/RemoteOAuthDataSourceImpl.kt
Show resolved
Hide resolved
...a/src/main/java/com/owncloud/android/data/oauth/mapper/RemoteClientRegistrationInfoMapper.kt
Show resolved
Hide resolved
f0c77b0
to
12d336a
Compare
(1) [WONT FIX HERE]
Current: Credentials are accepted but finally, the process finishes with no success. Checking the request flow, i realised that the Expected: Authentication correct Google Pixel 2, Android11 NOTE: server to test: https://oc-10-6-0.oidc-2-0-0rc1-20210128.jw-qa.owncloud.works |
About (1) I have checked the problem and this is what's happening. Taking into account that you are using some kind of proxy.
So, conclusion: Important: Reproducible in master when trying to exchange tokens |
thanks for the explanation @abelgardep. That means that (1) is not a problem of DCR itself, and also not a problem in this branch, so it will be addressed and prioritized in a separate issue. |
About this issue, several regards.
Taking these issues in account, we can move this forward |
12d336a
to
b2f1eda
Compare
Implements #3054
Needs owncloud/android-library#367
QA
Test plan: https://github.com/owncloud/QA/blob/master/Mobile/Android/Release_2.17/Dynamic%20Client%20Registration.md
Bugs & improvements: