Skip to content

Commit

Permalink
docs for 24cd4be commit
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila committed Feb 25, 2024
1 parent 4158321 commit 110cea0
Show file tree
Hide file tree
Showing 53 changed files with 7,532 additions and 486 deletions.
Binary file modified DTaaS-development.pdf
Binary file not shown.
99 changes: 93 additions & 6 deletions development/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,12 +435,70 @@








<li class="md-nav__item md-nav__item--nested">




<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_2" >


<label class="md-nav__link" for="__nav_2_2" id="__nav_2_2_label" tabindex="0">


<span class="md-ellipsis">
Authorization
</span>


<span class="md-nav__icon md-icon"></span>
</label>

<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_2_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2_2">
<span class="md-nav__icon md-icon"></span>
Authorization
</label>
<ul class="md-nav__list" data-md-scrollfix>







<li class="md-nav__item">
<a href="/admin/client/auth.html" class="md-nav__link">


<span class="md-ellipsis">
Authentication
Client
</span>


</a>
</li>










<li class="md-nav__item">
<a href="/admin/servers/auth.html" class="md-nav__link">


<span class="md-ellipsis">
Servers
</span>


Expand All @@ -450,6 +508,14 @@



</ul>
</nav>

</li>







Expand Down Expand Up @@ -1644,6 +1710,27 @@



<li class="md-nav__item">
<a href="/developer/oauth.html" class="md-nav__link">


<span class="md-ellipsis">
Authorization
</span>


</a>
</li>













Expand All @@ -1654,10 +1741,10 @@



<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5_3" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5_4" >


<label class="md-nav__link" for="__nav_5_3" id="__nav_5_3_label" tabindex="0">
<label class="md-nav__link" for="__nav_5_4" id="__nav_5_4_label" tabindex="0">


<span class="md-ellipsis">
Expand All @@ -1668,8 +1755,8 @@
<span class="md-nav__icon md-icon"></span>
</label>

<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_5_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5_3">
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_5_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5_4">
<span class="md-nav__icon md-icon"></span>
Components
</label>
Expand Down Expand Up @@ -1951,7 +2038,7 @@ <h1>404 - Not found</h1>
<div class="md-copyright">

<div class="md-copyright__highlight">
Copyright &copy; 2022 - 2023 The INTO-CPS Association
Copyright &copy; 2022 - 2024 The INTO-CPS Association
</div>


Expand Down
107 changes: 97 additions & 10 deletions development/FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,12 +446,70 @@








<li class="md-nav__item md-nav__item--nested">




<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_2" >


<label class="md-nav__link" for="__nav_2_2" id="__nav_2_2_label" tabindex="0">


<span class="md-ellipsis">
Authorization
</span>


<span class="md-nav__icon md-icon"></span>
</label>

<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_2_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2_2">
<span class="md-nav__icon md-icon"></span>
Authorization
</label>
<ul class="md-nav__list" data-md-scrollfix>







<li class="md-nav__item">
<a href="admin/client/auth.html" class="md-nav__link">


<span class="md-ellipsis">
Authentication
Client
</span>


</a>
</li>










<li class="md-nav__item">
<a href="admin/servers/auth.html" class="md-nav__link">


<span class="md-ellipsis">
Servers
</span>


Expand All @@ -461,6 +519,14 @@



</ul>
</nav>

</li>







Expand Down Expand Up @@ -1776,6 +1842,27 @@



<li class="md-nav__item">
<a href="developer/oauth.html" class="md-nav__link">


<span class="md-ellipsis">
Authorization
</span>


</a>
</li>













Expand All @@ -1786,10 +1873,10 @@



<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5_3" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5_4" >


<label class="md-nav__link" for="__nav_5_3" id="__nav_5_3_label" tabindex="0">
<label class="md-nav__link" for="__nav_5_4" id="__nav_5_4_label" tabindex="0">


<span class="md-ellipsis">
Expand All @@ -1800,8 +1887,8 @@
<span class="md-nav__icon md-icon"></span>
</label>

<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_5_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5_3">
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_5_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5_4">
<span class="md-nav__icon md-icon"></span>
Components
</label>
Expand Down Expand Up @@ -2574,12 +2661,12 @@ <h2 id="gdpr-concerns">GDPR Concerns</h2>
</details>
<details class="question">
<summary>How is user access controlled and authenticated?</summary>
<p>There is a two-level authentication mechanism in place in each default
installation of DTaaS. The first-level is HTTP basic authentication
<p>There is a two-level authorization mechanism in place in each default
installation of DTaaS. The first-level is HTTP basic authorization
over secure HTTPS connection. The second-level is the OAuth PKCE
authentication flow for each user. The OAuth authentication is provider
authorization flow for each user. The OAuth authorization is provider
by a Gitlab instance. The DTaaS does not store the account and
authentication information of users.</p>
authorization information of users.</p>
</details>
<details class="question">
<summary>Does you platform manage personal data? How is data classified and tagged based on the sensitivity? Who has access to the critical data?</summary>
Expand Down Expand Up @@ -2659,7 +2746,7 @@ <h2 id="gdpr-concerns">GDPR Concerns</h2>
<div class="md-copyright">

<div class="md-copyright__highlight">
Copyright &copy; 2022 - 2023 The INTO-CPS Association
Copyright &copy; 2022 - 2024 The INTO-CPS Association
</div>


Expand Down
Loading

0 comments on commit 110cea0

Please sign in to comment.