Commit 14506c0
committed
new: saml2.Entity: support reloading metadata
Support reloading metadata by adding a reload_metadata method to saml2.Entity.
This method gets the metadata configuration in the same format
as the 'metadata' entry in the configuration passed to saml2.Config.
To keep metadata refreshed, this method needs to be periodically explicitly called.
For a metadata refresh with the same configuration, the calling application
should keep a copy of the original configuration to pass to this method.
Resolves #8081 parent 59604b6 commit 14506c0
1 file changed
+34
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
206 | 240 | | |
207 | 241 | | |
208 | 242 | | |
| |||
0 commit comments