Implemented issue #1177 - OAuth2: Office365.
This commit is contained in:
parent
b60b139e95
commit
2f33755dda
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ Rails.application.config.middleware.use OmniAuth::Builder do
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# microsoft_office365 database connect
|
||||||
|
provider :microsoft_office365_database, 'not_change_will_be_set_by_database', 'not_change_will_be_set_by_database'
|
||||||
|
|
||||||
# oauth2 database connect
|
# oauth2 database connect
|
||||||
provider :oauth2_database, 'not_change_will_be_set_by_database', 'not_change_will_be_set_by_database', {
|
provider :oauth2_database, 'not_change_will_be_set_by_database', 'not_change_will_be_set_by_database', {
|
||||||
client_options: {
|
client_options: {
|
||||||
|
|
Loading…
Reference in a new issue