diff options
| author | Simeon Simeonov | 2017-12-13 14:44:58 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2017-12-13 14:44:58 +0100 |
| commit | d958199acde1ffee073c93302d81a72b9bbe500c (patch) | |
| tree | 55031c3a3d93db6c8ae1ed19801be5c528dc8137 | |
| parent | 417b29cdefbe50f067ed54ec695d290b6f56f4b5 (diff) | |
Dataporten presentation added
| -rw-r--r-- | reveal.js/dataporten.html | 119 | ||||
| -rw-r--r-- | reveal.js/dia/dataporten/dataporten_the_big_picture1.dia | bin | 0 -> 1603 bytes | |||
| -rw-r--r-- | reveal.js/dia/dataporten/flow1.dia | bin | 0 -> 2208 bytes | |||
| -rw-r--r-- | reveal.js/images/dataporten/dataporten_the_big_picture1.png | bin | 0 -> 9698 bytes | |||
| -rw-r--r-- | reveal.js/images/dataporten/flow1.png | bin | 0 -> 22182 bytes |
5 files changed, 119 insertions, 0 deletions
diff --git a/reveal.js/dataporten.html b/reveal.js/dataporten.html new file mode 100644 index 0000000..ba69c74 --- /dev/null +++ b/reveal.js/dataporten.html | |||
| @@ -0,0 +1,119 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html lang="en"> | ||
| 3 | <head> | ||
| 4 | <meta charset="utf-8"> | ||
| 5 | <title>Utviklerforum: Dataporten & eValg 3.0</title> | ||
| 6 | <meta name="author" content="Simeon Simeonov"> | ||
| 7 | <meta name="apple-mobile-web-app-capable" content="yes"> | ||
| 8 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | ||
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
| 10 | <link rel="stylesheet" href="css/reveal.css"> | ||
| 11 | <link rel="stylesheet" href="css/theme/serif.css" id="theme"> | ||
| 12 | |||
| 13 | <!-- Theme used for syntax highlighting of code --> | ||
| 14 | <link rel="stylesheet" href="lib/css/zenburn.css"> | ||
| 15 | </head> | ||
| 16 | <body> | ||
| 17 | <div class="reveal"> | ||
| 18 | |||
| 19 | <!-- Any section element inside of this container is displayed as a slide --> | ||
| 20 | <div class="slides"> | ||
| 21 | <section> | ||
| 22 | <h1>Dataporten & eValg 3.0</h1> | ||
| 23 | <h3>Utviklerforum (31.08.2017)</h3> | ||
| 24 | <br/> | ||
| 25 | <p> | ||
| 26 | <small>Simeon Simeonov</small> | ||
| 27 | </p> | ||
| 28 | </section> | ||
| 29 | |||
| 30 | <section> | ||
| 31 | <h2>Agenda</h2> | ||
| 32 | <br/> | ||
| 33 | <ul> | ||
| 34 | <li><p>Intro</p></li> | ||
| 35 | <li><p>The big picture</p></li> | ||
| 36 | <li><p>Flow</p></li> | ||
| 37 | <li><p>Q & A</p></li> | ||
| 38 | </ul> | ||
| 39 | </section> | ||
| 40 | |||
| 41 | <section> | ||
| 42 | <section> | ||
| 43 | <h2>Introduction</h2> | ||
| 44 | <p><em>Evalg 3.0</em></p> | ||
| 45 | <ul> | ||
| 46 | <li><p>Development started in 2017</p></li> | ||
| 47 | <li><p>Dataporten / Feide (OIDC with discovery) ... perhaps others in the future?</p></li> | ||
| 48 | <li><p>Python 3.6 / Flask / React / pyoic / pyJWT ...</p></li> | ||
| 49 | <li><p>Using fnr, feide-id, names...</p></li> | ||
| 50 | </ul> | ||
| 51 | </section> | ||
| 52 | <section> | ||
| 53 | <h3>Challenges with Dataporten</h3> | ||
| 54 | <ul> | ||
| 55 | <li><p>React</p></li> | ||
| 56 | <li><p>Flexibility (using other providers (OP))</p></li> | ||
| 57 | <li><p>Testing (users, firewall(s))</p></li> | ||
| 58 | </ul> | ||
| 59 | </section> | ||
| 60 | </section> | ||
| 61 | |||
| 62 | <section> | ||
| 63 | <h2>The big picture</h2> | ||
| 64 | <img src="images/dataporten/dataporten_the_big_picture1.png"></img> | ||
| 65 | </section> | ||
| 66 | |||
| 67 | <section> | ||
| 68 | <section> | ||
| 69 | <h2>Flow</h2> | ||
| 70 | <img src="images/dataporten/flow1.png"></img> | ||
| 71 | </section> | ||
| 72 | <section> | ||
| 73 | <h3>Challenges</h3> | ||
| 74 | <ul> | ||
| 75 | <li><p>Not distributing client secrets</p></li> | ||
| 76 | <li><p>Checking state and verifying signatures</p></li> | ||
| 77 | <li><p>Flexibility (using other providers (OP))</p></li> | ||
| 78 | <li><p>Testing (users, firewall(s))</p></li> | ||
| 79 | </ul> | ||
| 80 | </section> | ||
| 81 | </section> | ||
| 82 | |||
| 83 | <section> | ||
| 84 | <h2>Q & A</h2> | ||
| 85 | <h3>???</h3> | ||
| 86 | <p><em>“Judge a man by his questions rather than by his answers.”</em> - Voltaire</p> | ||
| 87 | </section> | ||
| 88 | |||
| 89 | </div> | ||
| 90 | </div> | ||
| 91 | |||
| 92 | <script src="lib/js/head.min.js"></script> | ||
| 93 | <script src="js/reveal.js"></script> | ||
| 94 | <script> | ||
| 95 | |||
| 96 | // More info https://github.com/hakimel/reveal.js#configuration | ||
| 97 | Reveal.initialize({ | ||
| 98 | controls: true, | ||
| 99 | progress: true, | ||
| 100 | history: true, | ||
| 101 | center: true, | ||
| 102 | |||
| 103 | transition: 'slide', // none/fade/slide/convex/concave/zoom | ||
| 104 | |||
| 105 | // More info https://github.com/hakimel/reveal.js#dependencies | ||
| 106 | dependencies: [ | ||
| 107 | { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, | ||
| 108 | { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
| 109 | { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
| 110 | { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, | ||
| 111 | { src: 'plugin/zoom-js/zoom.js', async: true }, | ||
| 112 | { src: 'plugin/notes/notes.js', async: true } | ||
| 113 | ] | ||
| 114 | }); | ||
| 115 | |||
| 116 | </script> | ||
| 117 | |||
| 118 | </body> | ||
| 119 | </html> | ||
diff --git a/reveal.js/dia/dataporten/dataporten_the_big_picture1.dia b/reveal.js/dia/dataporten/dataporten_the_big_picture1.dia new file mode 100644 index 0000000..513e162 --- /dev/null +++ b/reveal.js/dia/dataporten/dataporten_the_big_picture1.dia | |||
| Binary files differ | |||
diff --git a/reveal.js/dia/dataporten/flow1.dia b/reveal.js/dia/dataporten/flow1.dia new file mode 100644 index 0000000..ec2dc2f --- /dev/null +++ b/reveal.js/dia/dataporten/flow1.dia | |||
| Binary files differ | |||
diff --git a/reveal.js/images/dataporten/dataporten_the_big_picture1.png b/reveal.js/images/dataporten/dataporten_the_big_picture1.png new file mode 100644 index 0000000..436e2a5 --- /dev/null +++ b/reveal.js/images/dataporten/dataporten_the_big_picture1.png | |||
| Binary files differ | |||
diff --git a/reveal.js/images/dataporten/flow1.png b/reveal.js/images/dataporten/flow1.png new file mode 100644 index 0000000..0ae3823 --- /dev/null +++ b/reveal.js/images/dataporten/flow1.png | |||
| Binary files differ | |||
