GetOAuthAuthorizationUrl
データソースから認可URL を取得します。認可URL を使用して、OAuth トークンを取得するために必要なベリファイアを生成できます。
Input
Name | Type | Required | Description |
CallbackURL | String | False | アプリケーションが認可された後にユーザーがリダイレクトされるURL。 |
State | String | False | 応答を受け取ったときにアプリケーションで使用する何らかの状態を示します。アプリケーションは、送信した値と同じ値を受け取ります。つまり、このパラメータは、Microsoft 認可サーバーまで往復して返されます。用途には、ユーザーをサイト内の正しいリソースにリダイレクトする、ノンスを使用する、クロスサイトリクエストフォージェリを防止するなどがあります。 |
Prompt | String | False | Defaults to 'select_account' which prompts the user to select account while authenticating. Set to 'None', for no prompt, 'login' to force user to enter their credentials or 'consent' to trigger the OAuth consent dialog after the user signs in, asking the user to grant permissions to the app. |
Result Set Columns
Name | Type | Description |
Url | String | ユーザーがアプリを承認するために開く必要がある認可URL。 |