-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
18 lines (16 loc) · 5.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>利用までの流れ | ALIS OAuth Document</title>
<meta name="description" content="ALIS OAuth Document">
<link rel="preload" href="/oauth2/assets/css/0.styles.84940035.css" as="style"><link rel="preload" href="/oauth2/assets/js/app.03fc1c61.js" as="script"><link rel="preload" href="/oauth2/assets/js/5.e9e32bb9.js" as="script"><link rel="prefetch" href="/oauth2/assets/js/10.a876fc82.js"><link rel="prefetch" href="/oauth2/assets/js/2.d8f505d4.js"><link rel="prefetch" href="/oauth2/assets/js/3.54bedda0.js"><link rel="prefetch" href="/oauth2/assets/js/4.6f071433.js"><link rel="prefetch" href="/oauth2/assets/js/6.be5a13f6.js"><link rel="prefetch" href="/oauth2/assets/js/7.490c7da5.js"><link rel="prefetch" href="/oauth2/assets/js/8.aaa95fa5.js"><link rel="prefetch" href="/oauth2/assets/js/9.212ca126.js">
<link rel="stylesheet" href="/oauth2/assets/css/0.styles.84940035.css">
</head>
<body>
<div id="app" data-server-rendered="true"><div class="theme-container"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/oauth2/" class="home-link router-link-exact-active router-link-active"><!----> <span class="site-name">ALIS OAuth Document</span></a> <div class="links" style="max-width:nullpx;"><div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div> <nav class="nav-links can-hide"><div class="nav-item"><a href="/oauth2/" class="nav-link router-link-exact-active router-link-active">Home</a></div><div class="nav-item"><a href="/oauth2/term/" class="nav-link">Term</a></div> <!----></nav></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/oauth2/" class="nav-link router-link-exact-active router-link-active">Home</a></div><div class="nav-item"><a href="/oauth2/term/" class="nav-link">Term</a></div> <!----></nav> <ul class="sidebar-links"><li><a href="/oauth2/term/" class="sidebar-link">利用ガイドライン</a></li><li><a href="/oauth2/oauth-flow/" class="sidebar-link">OAuth2.0 を利用した API 実行手順</a></li><li><a href="/oauth2/authorization-url/" class="sidebar-link">同意画面のURL作成</a></li><li><a href="/oauth2/idtoken-verify/" class="sidebar-link">ID Tokenの検証</a></li><li><a href="/oauth2/scopes/" class="sidebar-link">権限一覧</a></li><li><a href="/oauth2/refresh-token/" class="sidebar-link">アクセストークンの再取得</a></li></ul> </div> <div class="page"> <div class="content"><h1 id="利用までの流れ"><a href="#利用までの流れ" aria-hidden="true" class="header-anchor">#</a> 利用までの流れ</h1> <ol><li><a href="/oauth2/term/">利用ガイドライン</a>を確認する</li> <li><a href="https://alis.to/" target="_blank" rel="noopener noreferrer">ALISのアカウント登録<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>を行う ※登録できるアプリケーションは5つまでです</li> <li><a href="http://alis.to/me/settings/applications" target="_blank" rel="noopener noreferrer">アプリケーション登録<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>を行う</li> <li>OAuth2.0 を利用した API 実行手順を確認し、アプリケーションを開発する
<ul><li><a href="/oauth2/oauth-flow/#サーバサイドアプリケーション向け">サーバーサイドアプリケーション向け</a></li> <li><a href="/oauth2/oauth-flow/#ネイティブアプリケーション向け">ネイティブアプリケーション向け</a></li></ul></li></ol></div> <div class="page-edit"><!----> <!----></div> <!----> </div> <!----></div></div>
<script src="/oauth2/assets/js/app.03fc1c61.js" defer></script><script src="/oauth2/assets/js/5.e9e32bb9.js" defer></script>
</body>
</html>