問題タブ [xbox-live]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure - Microsoft アプリの登録で Xbox 認証範囲を追加する方法
Web アプリがあり、次の要求 URL でサインインしてユーザーの Xbox ID を取得する必要があります: https://login.live.com/oauth20_authorize.srf?response_type=token&scope=service::user.auth .xboxlive.com::MBI_SSL&redirect_uri=https://localhost:44331/signin&client_id=MyClientId&display=touch&locale=en
しかし、URL を実行すると、次のような応答が返されます: https://localhost:44331/signin#error=invalid_scope&error_description=The+provided+value+for+the+input+parameter+scope+has+not+been+pre -認証済み+for+this+client+application
Microsoft アプリの登録でローカルホストの URL を既に登録しており、アプリケーションの他の部分にある Microsft openId サインインで完全に正常に動作します。アプリの登録でスコープを追加しようとしましたが、それが正しいかどうかわかりません。スコープを追加した方法を示すアプリ登録画面のスクリーンショットを追加しました。
laravel - laravelでxboxでログイン中にXBOXのスコープを定義する方法
コードは次のとおりです。
これは、Microsoft azure アカウントで作成したスコープです。
スコープ=サービス::user.auth.xboxlive.com::MBI_SSL
しかし、xbox を使用してログイン用のページを開くと、以下のエラーが発生します。