diff --git a/Resources/config/doctrine/AccessToken.mongodb.xml b/Resources/config/doctrine/AccessToken.mongodb.xml
new file mode 100644
index 00000000..214d7fe0
--- /dev/null
+++ b/Resources/config/doctrine/AccessToken.mongodb.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Resources/config/doctrine/AuthCode.mongodb.xml b/Resources/config/doctrine/AuthCode.mongodb.xml
new file mode 100644
index 00000000..ce1e88d9
--- /dev/null
+++ b/Resources/config/doctrine/AuthCode.mongodb.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Resources/config/doctrine/Client.mongodb.xml b/Resources/config/doctrine/Client.mongodb.xml
new file mode 100644
index 00000000..179a2ffa
--- /dev/null
+++ b/Resources/config/doctrine/Client.mongodb.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Resources/config/odm.xml b/Resources/config/odm.xml
index f83677fb..808809fb 100644
--- a/Resources/config/odm.xml
+++ b/Resources/config/odm.xml
@@ -7,6 +7,7 @@
FOS\OAuthServerBundle\Document\ClientManager
FOS\OAuthServerBundle\Document\AccessTokenManager
+ FOS\OAuthServerBundle\Document\AuthCodeManager
@@ -19,5 +20,10 @@
%fos_oauth_server.model.access.token.class%
+
+
+
+ %fos_oauth_server.model.auth.code.class%
+