Skip to content

Commit 628afe8

Browse files
authored
Merge pull request #128 from ilikepi/docs/clarify_sp_metadata_url
docs: clarify SP metadata URL when using Devise
2 parents cb8aa6d + 05484fa commit 628afe8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ A `OneLogin::RubySaml::Response` object is added to the `env['omniauth.auth']` e
7474

7575
The service provider metadata used to ease configuration of the SAML SP in the IdP can be retrieved from `http://example.com/auth/saml/metadata`. Send this URL to the administrator of the IdP.
7676

77+
Note that when [integrating with Devise](#devise-integration), the URL path will be scoped according to the name of the Devise resource. For example, if the app's user model calls `devise_for :users`, the metadata URL will be `http://example.com/users/auth/saml/metadata`.
78+
7779
## Options
7880

7981
* `:assertion_consumer_service_url` - The URL at which the SAML assertion should be

0 commit comments

Comments
 (0)