forked from IDCI-Consulting/IDCIKeycloakSecurityBundle
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Samir Comprés
committed
Aug 26, 2020
1 parent
0a483a9
commit 6a01fbd
Showing
11 changed files
with
39 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
idci_security_auth_connect_keycloak: | ||
nti_security_auth_connect_keycloak: | ||
path: /auth/connect/keycloak | ||
controller: NTI\KeycloakSecurityBundle\Controller\KeycloakController::connectAction | ||
|
||
idci_security_auth_connect_check_keycloak: | ||
nti_security_auth_connect_check_keycloak: | ||
path: /auth/connect-check/keycloak | ||
controller: NTI\KeycloakSecurityBundle\Controller\KeycloakController::connectCheckAction | ||
|
||
idci_security_auth_logout: | ||
nti_security_auth_logout: | ||
path: /auth/logout | ||
controller: NTI\KeycloakSecurityBundle\Controller\KeycloakController::logoutAction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
security: | ||
providers: | ||
idci_keycloak_security_provider: | ||
nti_keycloak_security_provider: | ||
id: NTI\KeycloakSecurityBundle\Security\User\KeycloakUserProvider | ||
idci_keycloak_bearer_security_provider: | ||
nti_keycloak_bearer_security_provider: | ||
id: NTI\KeycloakSecurityBundle\Security\User\KeycloakBearerUserProvider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,12 @@ | |
], | ||
"authors": [ | ||
{ | ||
"name": "Benjamin Boudier", | ||
"email": "[email protected]" | ||
"name": "Samir Comprés", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Yansell Rivas", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
|