Skip to content

Commit

Permalink
docs for 766bfa0 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila committed Mar 3, 2024
1 parent 85ee3e4 commit 2393069
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Binary file modified DTaaS-development.pdf
Binary file not shown.
10 changes: 6 additions & 4 deletions development/admin/servers/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -2247,11 +2247,13 @@ <h1 id="oauth-for-traefik-gateway">OAuth for Traefik Gateway</h1>
<li>The callback URL informs the OAuth provider of the
page where
signed-in users should be redirected. It is the landing
homepage of the DTaaS applicati1on.
(either <a href="http://foo.com/Library/">http://foo.com/Library/</a> or <a href="http://localhost/Library/">http://localhost/Library/</a>)</li>
homepage of the DTaaS application.
(either <a href="http://foo.com/_oauth/">http://foo.com/_oauth/</a> or <a href="http://localhost/_oauth/">http://localhost/_oauth/</a>)</li>
<li>The logout URL is the URL for signout of gitlab and clear authorization
within traefik-forward auth.
(either <a href="http://foo.com/_oauth/">http://foo.com/_oauth/</a> or <a href="http://localhost/_oauth/">http://localhost/_oauth/</a>)</li>
(either <a href="http://foo.com/_oauth/logout">http://foo.com/_oauth/logout</a> or <a href="http://localhost/_oauth/logout">http://localhost/_oauth/logout</a>).
The logout URL is to help users logout of traefik forward-auth. The logout
URL should not be entered into Gitlab OAuth application setup.</li>
</ul>
<p><strong>4. OAuth Application Creation:</strong></p>
<ul>
Expand Down Expand Up @@ -2306,7 +2308,7 @@ <h1 id="oauth-for-traefik-gateway">OAuth for Traefik Gateway</h1>
</tr>
<tr>
<td>Scopes</td>
<td>email</td>
<td>read_user</td>
<td></td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion development/search/search_index.json

Large diffs are not rendered by default.

Binary file modified development/sitemap.xml.gz
Binary file not shown.

0 comments on commit 2393069

Please sign in to comment.