-
Notifications
You must be signed in to change notification settings - Fork 912
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
Update TokenActivity.java #614
base: master
Are you sure you want to change the base?
Conversation
In the case of private SSL, it has been improved to ignore the part where user information cannot be obtained because the SSL verification cannot be ignored.
You could get configuration from instance ( Please sign the OpenID CLA so I can merge this. |
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.
recovery
@@ -361,8 +361,9 @@ private void fetchUserInfo(String accessToken, String idToken, AuthorizationExce | |||
|
|||
mExecutor.submit(() -> { | |||
try { | |||
HttpURLConnection conn = |
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.
22041219PG
@@ -361,8 +361,9 @@ private void fetchUserInfo(String accessToken, String idToken, AuthorizationExce | |||
|
|||
mExecutor.submit(() -> { | |||
try { | |||
HttpURLConnection conn = | |||
(HttpURLConnection) userInfoEndpoint.openConnection(); |
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.
22041219PG
In the case of private SSL, it has been improved to ignore the part where user information cannot be obtained because the SSL verification cannot be ignored.