docs: update index (#4437)
parent
2c21ad9e5f
commit
eba63f1359
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
title: "OpenID Connect 1.0"
|
||||||
|
description: "OpenID Connect 1.0 is a authorization identity framework supported by Authelia."
|
||||||
|
date: 2022-06-15T17:51:47+10:00
|
||||||
|
draft: false
|
||||||
|
images: []
|
||||||
|
menu:
|
||||||
|
overview:
|
||||||
|
parent: "authorization"
|
||||||
|
weight: 330
|
||||||
|
toc: false
|
||||||
|
---
|
||||||
|
|
||||||
|
[OpenID Connect 1.0](https://openid.net/connect/) is a authorization identity framework supported by Authelia. You can
|
||||||
|
configure your applications to use Authelia as an [OpenID Connect 1.0 Provider](https://openid.net/connect/). We do not
|
||||||
|
currently operate as an [OpenID Connect 1.0 Relying Party](https://openid.net/connect/). This like all single-sign on
|
||||||
|
technologies requires support by the protected application.
|
||||||
|
|
||||||
|
See the [OpenID Connect 1.0 Configuration Guide](../../configuration/identity-providers/open-id-connect.md) and the
|
||||||
|
[OpenID Connect 1.0 Integration Guide](../../integration/openid-connect/introduction.md) for more information.
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
title: "Trusted Headers SSO"
|
||||||
|
description: "Trusted Headers SSO is a simple header authorization framework supported by Authelia."
|
||||||
|
lead: "Trusted Headers is a simple header authorization framework supported by Authelia."
|
||||||
|
date: 2022-06-15T17:51:47+10:00
|
||||||
|
draft: false
|
||||||
|
images: []
|
||||||
|
menu:
|
||||||
|
overview:
|
||||||
|
parent: "authorization"
|
||||||
|
weight: 340
|
||||||
|
toc: false
|
||||||
|
---
|
||||||
|
|
||||||
|
This mechanism is supported by proxies which inject certain response headers from Authelia into the protected
|
||||||
|
application. This is a very basic means that allows the target application to identify the user who is logged in
|
||||||
|
to Authelia. This like all single-sign on technologies requires support by the protected application.
|
||||||
|
|
||||||
|
You can read more about this in the [Trusted Header SSO Integration Guide](../../integration/trusted-header-sso/introduction.md).
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
<div class="row justify-content-center text-center">
|
<div class="row justify-content-center text-center">
|
||||||
<div class="col-lg-5">
|
<div class="col-lg-5">
|
||||||
<h2 class="h4">Single Sign-On 🎟️</h2>
|
<h2 class="h4">Single Sign-On 🎟️</h2>
|
||||||
<p>Allow your users the convenience of just being required to login once to a wide range of web applications.</p>
|
<p>Allow your users the convenience of just being required to login once to a wide range of web applications via <a href="./overview/authorization/openid-connect-1.0/">OpenID Connect 1.0</a> or <a href="./overview/authorization/trusted-headers/">Trusted Headers</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-5">
|
<div class="col-lg-5">
|
||||||
<h2 class="h4">Authorization Policies 👮</h2>
|
<h2 class="h4">Authorization Policies 👮</h2>
|
||||||
|
|
Loading…
Reference in New Issue