jeffwils / grails-spring-security-saml

Grails Spring Security SAML2.0 Plugin for Grails 3
8 stars 24 forks source link

HTTPMetadataProvider support #17

Closed valentingoebel closed 6 years ago

valentingoebel commented 6 years ago

Could we perhaps detect if the path to the provider begins with "https:" and then automatically use the HTTPMetadataProvider instead of FilesystemMetadataProvider?

https://docs.spring.io/spring-security-saml/docs/1.0.x/reference/html/chapter-quick-start.html#quick-start-idp-metadata

On top of this change we will also need a new configuration value for the timeout setting.

irstevenson commented 6 years ago

I also would like to see this, as I was reading the config code the other day and see there was even a comment place holder for it. Be good to support both HTTP and HTTPS.

irstevenson commented 6 years ago

I see @valentingoebel has an active branch for this, so will assign.

irstevenson commented 6 years ago

All merged into develop.