Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Play with Azure B2C authentication. #290

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b513c8c
feat: Add social_auth_microsoft in favour of social_auth_hid to play …
cafuego Jun 19, 2023
dd8ad71
fix: Drop the HID settings.
cafuego Jun 19, 2023
1b18e06
feat: Add openid_connect_windows_aad for B2C logins. (#301)
cafuego Jul 18, 2023
cfbe7b6
feat: Enable Azure B2C and disable social_auth.
cafuego Jul 18, 2023
405e799
chore: Bump OIDC and OIDC_Azure_B2C to their latest versions.
cafuego Jul 18, 2023
a43fcd9
fix: Also add externalauth module.
cafuego Jul 18, 2023
4b8c9d5
fix: And drop social_auth settings.
cafuego Jul 18, 2023
cd23616
fix: And enable key module.
cafuego Jul 18, 2023
6bf294d
feat: Keep our working OIDC Azure B2C configuration.
cafuego Jul 18, 2023
25eccaf
chore: Remove social_auth and all its little friends.
cafuego Jul 18, 2023
d33c648
Merge branch 'develop' into feature/ops-7872-azure-b2c
cafuego Feb 26, 2024
6341c40
fix: Bump the openid_connect modules to ones that support Drupal 10.
cafuego Feb 26, 2024
55a0545
fix: Bump openid_connect to the latest dev because ffs.
cafuego Feb 26, 2024
3b544c8
fix: Completely remove social_auth. Shoo!
cafuego Feb 26, 2024
d77f43f
chore: Export updated config after dropping in a new client secret.
cafuego Feb 27, 2024
2480e82
feat: Register link
attiks Apr 5, 2024
9819d7b
feat: Register link
attiks Apr 5, 2024
a036342
feat: Password reset link
attiks Apr 16, 2024
fd87cc9
bug: double slash
attiks Apr 17, 2024
55dc153
bug: scope missing
attiks Apr 19, 2024
131ee92
bug: scope openid
attiks Apr 24, 2024
4dbd75b
feat: sign up link
attiks May 1, 2024
35ca809
chore: Fix login link
attiks May 16, 2024
56bef9d
fix: A fix for the graph URL, just in case.
cafuego Jun 4, 2024
66ad0b1
fix: Commit the correct OpenID endpoints.
cafuego Jun 4, 2024
803d943
Merge branch 'develop' into feature/ops-7872-azure-b2c
cafuego Jun 26, 2024
26db591
chore: Update the lock file and drop the unneeded facets patch after …
cafuego Jun 26, 2024
64b46a6
fix: PHPCS.
cafuego Jun 26, 2024
795287e
chore: Maintain the current working B2C config.
cafuego Jun 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
"drupal/environment_indicator": "^4.0",
"drupal/facets": "^2.0",
"drupal/google_tag": "^1.6",
"drupal/openid_connect": "^2.x-dev",
"drupal/openid_connect_windows_aad": "^2.0@beta",
"drupal/paragraph_view_mode": "^1.6",
"drupal/paragraphs": "^1.12",
"drupal/paragraphs_edit": "^2.0@alpha",
Expand All @@ -130,7 +132,6 @@
"drupal/pwa": "^1.4",
"drupal/search_api": "^1.18",
"drupal/select_a11y": "^1.0",
"drupal/social_auth_hid": "^3.1",
"drupal/theme_switcher": "^1.2",
"drupal/twig_tweak": "^2.1",
"drupal/user_expire": "^1.0",
Expand Down
Loading