forked from Logius-standaarden/OAuth-NL-profiel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 1.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="nl">
<!-- <head>
<meta charset='utf-8'>
<title>Nederlands profiel OAuth</title>
<link rel='shortcut icon' type='image/x-icon' href='https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico' />
<link rel="stylesheet" type="text/css" href="media/style.css">
<script class="remove" src="media/colofon.js"></script>
<script class='remove' src='https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js' async></script>
</head> -->
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel='shortcut icon' type='image/x-icon' href='https://tools.geostandaarden.nl/respec/media/logos/Geonovum.ico' />
<title>Nederlands profiel OAuth</title>
<script src="js/config.js" class="remove"></script>
<script src="https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js" class="remove" async></script>
</head>
<body>
<section id='abstract'>
<p>
Deze standaard beschrijft een Nederlands profiel voor de OAuth 2.0 standaard.
</p>
</section>
<section id='sotd'>
<p>
</p>
</section>
<section data-format="markdown" data-include="1-inleiding.md"></section>
<section data-format="markdown" data-include="2-uitgangspunten.md"></section>
<section data-format="markdown" data-include="3-usecases.md"></section>
<section data-format="markdown" data-include="4-OAuth 2.0 NL Profiel.md"></section>
<!-- <section data-format="markdown" data-include="4-client vereisten.md"></section>
<section data-format="markdown" data-include="5-server vereisten.md"></section>
-->
</body>
</html>