Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit d71c054

Browse files
committed
Added meta-data for stormpath.web.saml.uri property
1 parent 5cc52e6 commit d71c054

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

extensions/spring/boot/stormpath-webmvc-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,12 @@
321321
"description": "The name of the Spring MVC view that should be rendered to explain to the user that a verification email has just been sent out and that they need to click the received link in order to active the account. The default value is 'stormpath/verify' which will render a convenient default view provided by the Stormpath starter, but you may specify your own value to provide a custom view.",
322322
"defaultValue": "stormpath/verify"
323323
},
324+
{
325+
"name": "stormpath.web.saml.uri",
326+
"type": "java.lang.String",
327+
"description": "The context-relative path to the saml starting point. When a user clicks a SAML button on the Login view (which is present because you've mapped a Stormpath SAML Directory to your Application), the SAML SP initiated workflow will start from this path",
328+
"defaultValue": "/saml"
329+
},
324330
{
325331
"name": "stormpath.web.logout.enabled",
326332
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)