test: add local dev authelia
This commit is contained in:
parent
d0dd3d81dd
commit
fe40fbf6b2
7 changed files with 1776 additions and 3 deletions
|
|
@ -24,10 +24,10 @@ defmodule Putzplan.Accounts.User do
|
|||
strategies do
|
||||
oidc :oidc do
|
||||
client_id "putzplan"
|
||||
base_url "http://localhost:8080/realms/master/"
|
||||
client_secret "Kc3DkJiIrIr59HQhDmneqqB3iy6H8gxH"
|
||||
base_url "http://127.0.0.1:9091"
|
||||
client_secret "insecure_secret"
|
||||
nonce true
|
||||
redirect_uri "http://localhost:4000/auth"
|
||||
redirect_uri "http://127.0.0.1:4000/auth"
|
||||
authorization_params [scope: "profile email"]
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue