Skip to content
Snippets Groups Projects
Commit c7de9b13 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update relay-auth-bundle

parent 3a62e302
No related branches found
No related tags found
No related merge requests found
Pipeline #57305 passed
......@@ -5,7 +5,7 @@
"require": {
"php": "^7.3",
"brainmaestro/composer-git-hooks": "^2.8",
"dbp/relay-auth-bundle": "^0.1.2",
"dbp/relay-auth-bundle": "^0.1.3",
"dbp/relay-core-bundle": "^0.1.10",
"symfony/apache-pack": "^1.0",
"symfony/console": "^5.2",
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ebead725fb54071db3a8f299732686a9",
"content-hash": "60844e7ae0ebf06042359acf3c78fec6",
"packages": [
{
"name": "api-platform/core",
......@@ -300,11 +300,11 @@
},
{
"name": "dbp/relay-auth-bundle",
"version": "v0.1.2",
"version": "v0.1.3",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-auth-bundle.git",
"reference": "3a0e46f0a5fa5dab921087dc422c86505af1d522"
"reference": "381e6cf2b36da9ecee190ddcfd1c3fd8cee7d5df"
},
"require": {
"dbp/relay-core-bundle": "^0.1.10",
......@@ -345,7 +345,7 @@
"license": [
"AGPL-3.0-or-later"
],
"time": "2021-10-07T13:49:32+00:00"
"time": "2021-10-12T14:16:29+00:00"
},
{
"name": "dbp/relay-core-bundle",
......
dbp_relay_auth:
server_url: '%env(KEYCLOAK_SERVER_URL)%'
realm: '%env(KEYCLOAK_REALM)%'
remote_validation_client_id: '%env(KEYCLOAK_CLIENT_ID)%'
remote_validation_client_secret: '%env(KEYCLOAK_CLIENT_SECRET)%'
required_audience: '%env(KEYCLOAK_AUDIENCE)%'
server_url: '%env(KEYCLOAK_SERVER_URL)%/realms/%env(KEYCLOAK_REALM)%'
# Remote validation
remote_validation: '%env(bool:KEYCLOAK_REMOTE_VALIDATION)%'
frontend_client_id: '%env(KEYCLOAK_FRONTEND_CLIENT_ID)%'
remote_validation_id: '%env(KEYCLOAK_CLIENT_ID)%'
remote_validation_secret: '%env(KEYCLOAK_CLIENT_SECRET)%'
# Frontend
frontend_keycloak_server: '%env(KEYCLOAK_SERVER_URL)%'
frontend_keycloak_realm: '%env(KEYCLOAK_REALM)%'
frontend_keycloak_client_id: '%env(KEYCLOAK_FRONTEND_CLIENT_ID)%'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment