Skip to content
This repository was archived by the owner on Mar 9, 2020. It is now read-only.

Commit e85ab39

Browse files
committed
Remove userid provider configuration; handled in zf-oauth2
1 parent f5d9bca commit e85ab39

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,6 @@ Configuration
3737

3838
Copy ```config/oauth2.doctrine-orm.global.php.dist``` to your autoload directory and rename to ```oauth2.doctrine-orm.global.php``` You will need to edit this file with at least your User entity, which is not provided.
3939

40-
If you are using zf-oauth2 you will want to change the UserId Provider by adding this section to your config:
41-
42-
```
43-
'service_manager' => array(
44-
'aliases' => array(
45-
'ZF\OAuth2\Provider\UserId' =>
46-
'ZF\OAuth2\Provider\UserId\AuthenticationService',
47-
),
48-
),
49-
```
50-
5140

5241
The User Entity
5342
--------------

0 commit comments

Comments
 (0)