update
This commit is contained in:
8
www/.htaccess
Normal file
8
www/.htaccess
Normal file
@ -0,0 +1,8 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteRule \. - [L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . /index.html [L]
|
||||
</IfModule>
|
BIN
www/images/logo.png
Normal file
BIN
www/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
www/images/user.png
Normal file
BIN
www/images/user.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
11
www/oidc-client-config.json
Normal file
11
www/oidc-client-config.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"authority": "https://test-paris.happy-dev.fr/openid/",
|
||||
"client_id": "125356",
|
||||
"redirect_uri": "https://staging-app.happy-dev.fr",
|
||||
"response_type": "id_token token",
|
||||
"scope": "openid profile email",
|
||||
"automaticSilentRenew": true,
|
||||
"silent_redirect_uri": "https://staging-app.happy-dev.fr",
|
||||
"loadUserInfo": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user