You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add provider for Microsoft Graph based on existing google provider
* Increment version to 0.10.2
* Add graph provider require to external module
* Add graph specs based on wechat specs
* Add byebug as a development dependency
* Fix default scope and params for Microsoft Graph
* Rename Microsoft Graph provider from graph to microsoft
* Update generator to match default
* Update CHANGELOG.md
*Activity logging feature has a new column called `last_login_from_ip_address` (string type). If you use ActiveRecord, you will have to add this column to DB ([#465](https://github.com/NoamB/sorcery/issues/465))
# For Microsoft Graph, the key will be your App ID, and the secret will be your app password/public key.
135
+
# The callback URL "can't contain a query string or invalid special characters", see: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-v2-limitations#restrictions-on-redirect-uris
136
+
# More information at https://graph.microsoft.io/en-us/docs
0 commit comments