feat(authelia): configure CORS
This commit is contained in:
parent
6780000825
commit
27b12ddb5b
1 changed files with 10 additions and 0 deletions
|
@ -162,6 +162,16 @@ in
|
||||||
username = smtpAccount.user;
|
username = smtpAccount.user;
|
||||||
sender = smtpAccount.from;
|
sender = smtpAccount.from;
|
||||||
};
|
};
|
||||||
|
identity_providers.oidc.cors = {
|
||||||
|
endpoints = [
|
||||||
|
"authorization"
|
||||||
|
"token"
|
||||||
|
"revocation"
|
||||||
|
"introspection"
|
||||||
|
"userinfo"
|
||||||
|
];
|
||||||
|
allowed_origins_from_client_redirect_uris = true;
|
||||||
|
};
|
||||||
identity_providers.oidc.clients = [
|
identity_providers.oidc.clients = [
|
||||||
{
|
{
|
||||||
id = "miniflux";
|
id = "miniflux";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue