
nanakoo.28601 (Customer) asked a question.
Is it possible to log in using a Google account within the Android application I developed?
Currently, I have added a native app within the Okta service and can log in with the account assigned to it.
I want to log in with Google account information (ID / password).
Please tell me the procedure.
自分で開発したAndroidアプリ内で、Googleアカウントを使用したログインは可能でしょうか。
現状は、Oktaサービス内でネイティブアプリを追加し、それに割り当てたアカウントではログインできています。
Googleのアカウント情報(ID/パスワード)でログインしたいです。
手順をお教えください。

You will need to configure Google as an identity provider.
https://developer.okta.com/docs/guides/add-an-external-idp/google/create-an-app-at-idp/
thank you for your answer. Additional questions. Using the "authenticationClient.authenticate" method, I can sign in using the value entered in the app without opening the web page. Can I do the same with a google account? Is this prohibited as the app can get the google id / password?
Japanese translation:
回答ありがとうございます。追加で質問です。『authenticationClient.authenticate』メソッドを使用すると、webページを開かずアプリ内で入力した値を使用してサインインできています。googleアカウントで同様のことはできますか?アプリがgoogleのid/パスワードを取得できてしまうので、これは禁止されていますか?