We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdac6f4 commit 614f293Copy full SHA for 614f293
README.md
@@ -21,12 +21,19 @@ Or install it yourself as:
21
22
## Usage
23
24
+#### Configuration
25
```ruby
26
Rails.application.config.middleware.use OmniAuth::Builder do
27
provider :microsoft_graph, ENV['AZURE_APPLICATION_CLIENT_ID'], ENV['AZURE_APPLICATION_CLIENT_SECRET']
28
end
29
```
30
31
+#### Login Hint
32
+Just add {login_hint: "email@example.com"} to your url generation to form:
33
+```ruby
34
+/auth/microsoft_graph?login_hint=email@example.com
35
+```
36
+
37
## Contributing
38
39
1. Fork it ( https://github.com/synth/omniauth-microsoft_graph/fork )
0 commit comments