-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (68 loc) · 2.26 KB
/
Copy pathindex.html
File metadata and controls
68 lines (68 loc) · 2.26 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<meta name="color-scheme" content="light dark">
<title>
NLgov Assurance profile for OAuth 2.0
</title>
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/logius.ico" rel="shortcut icon" type="image/x-icon"/>
<script class="remove" type="module" src="js/config.mjs"></script>
</head>
<body>
<div>
<i>
This document is an adaptation of the
<a href="https://openid.net/specs/openid-igov-oauth2-1_0-03.html">
'International Government
Assurance Profile (iGov) for OAuth 2.0 - Draft 03’ (hereinafter: the iGov-profile)
</a>
of the OpenID Foundation.
This does not indicate an endorsement by the OpenID Foundation. In as far as the iGov-profile is incorporated
in this document, the
<a href="https://openid.net/intellectual-property/contribution-license-agreement/">
OpenID Copyright License
</a>
applies.
</i>
</div>
<section data-include="Abstract.md" data-include-format="markdown" id="abstract">
</section>
<section id="sotd">
</section>
<div data-include="SOTD.md" data-include-format="markdown"></div>
<section class="introductory" data-include="Preface.md" data-include-format="markdown">
</section>
<section data-include="Introduction.md" data-include-format="markdown" id="conformance">
<h2>
Introduction
</h2>
</section>
<section data-include="Client Profiles.md" data-include-format="markdown">
<h2>
Client Profiles
</h2>
</section>
<section data-include="Authorization Server Profile.md" data-include-format="markdown">
<h2>
Authorization Server Profile
</h2>
</section>
<section data-include="Protected Resource Profile.md" data-include-format="markdown">
<h2>
Protected Resource Profile
</h2>
</section>
<section data-include="Advanced OAuth Security Options.md" data-include-format="markdown">
<h2>
Advanced OAuth Security Options
</h2>
</section>
<section data-include="Security Considerations.md" data-include-format="markdown">
<h2>
Security Considerations
</h2>
</section>
</body>
</html>