-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
in: saml2An issue in SAML2 modulesAn issue in SAML2 modulesstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Expected Behavior
The spring-security-saml extension provides a HTTPMetadataProvider which is able to automatically refresh saml metadata in configurable intervals. It would be nice if this feature would also be supported by spring security.
Current Behavior
The current API, as far as I can see, does not support automatic metadata reloading.
I tried to implement a custom InMemoryRelyingPartyRegistrationRepository, but it seems that there are edge cases which I don't know how to handle correctly. E.g it should be possible to start the application while the IDP is not available and it should recover after IDP is available again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in: saml2An issue in SAML2 modulesAn issue in SAML2 modulesstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement