Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevelopment committed Oct 4, 2023
1 parent 2db38a2 commit a843b66
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 192 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ OAUTH_AZURE_URL_ACCESS_TOKEN=https://login.microsoftonline.com/organizations/oau
OAUTH_AZURE_URL_AUTHORIZATION=https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize
OAUTH_AZURE_URL_INFOS=https://graph.microsoft.com/oidc/userinfo
OAUTH_AZURE_OPTION_SCOPE="openid profile email https://graph.microsoft.com/User.Read"
OAUTH_AZURE_BUTTON_TEXT=
OAUTH_AZURE_DESIGN=microsoft
OAUTH_OPENID_ENABLED=false
OAUTH_OPENID_BUTTON_TEXT=Single-Sign-On
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"symfony/framework-bundle": "6.3.*",
"symfony/runtime": "6.3.*",
"symfony/yaml": "6.3.*",
"wirdesign-communication-ag/wirhub": "^3.0.12"
"wirdesign-communication-ag/wirhub": "v3.0.13.x-dev"
},
"scripts": {
"auto-scripts": {
Expand Down
Loading

0 comments on commit a843b66

Please sign in to comment.