Google Auth
似たようなエラーの質問が参考になりませんか?
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000QO400
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T4XlLSAV
①頂いた1つ目のURLにありました「私のドメイン」の認証でGoogleを選択すること。
②頂いた2つ目のURLにありましたApexコード10行目の"System Administrator"を"Partners"に変更すること
以上、2点で解消致しました。
Please check this video.
Make sure to create a new Apex class with the name Module3RegistrationHandler and use the code provided in the repo https://github.com/salesforceidentity/IdentityTrail-Module3/blob/master/Module3RegistrationHandler.cls, and associate this class as the Registration Handler for the Google auth provider.
必ずModule3RegistrationHandler という名前で新しい Apex クラスを作成し、リポジトリ https://github.com/salesforceidentity/IdentityTrail-Module3/blob/master/Module3RegistrationHandler.clsで提供されるコードを使用して、このクラスを 登録ハンドラ として関連付けます。 Google 認証プロバイダーの場合