2020-05-03 03:18:13 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: FAQ
|
|
|
|
nav_order: 8
|
|
|
|
---
|
|
|
|
|
|
|
|
# Frequently asked questions
|
|
|
|
|
|
|
|
## How can the backend be aware of the authenticated users?
|
|
|
|
|
2021-04-11 11:25:03 +00:00
|
|
|
This question is solved
|
2021-07-14 01:36:07 +00:00
|
|
|
[here](https://www.authelia.com/docs/deployment/supported-proxies/#how-can-the-backend-be-aware-of-the-authenticated-users).
|
|
|
|
|
|
|
|
## Why only use a private issuer key and no public key with OIDC?
|
|
|
|
|
|
|
|
The reason for using only the private key here is that one is able to calculate the public key easily from the private
|
|
|
|
key (`openssl rsa -in rsa.key -pubout > rsa.pem`).
|