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

1.0 Configuration Changes & Additions Guide

Matt Raible edited this page May 4, 2016 · 19 revisions

Background

The 1.0 release of the Java SDK and its Integrations introduces a number of new configuration properties. It also renames a number of existing properties. These are enumerated here.

Changes

Current New as of 1.0
stormpath.web.accessToken.* stormpath.web.oauth2.*
stormpath.web.forgot.* stormpath.web.forgotPassword.*
stormpath.web.change.* stormpath.web.changePassword.*
stormpath.web.verify.* stormpath.web.verifyEmail.*
stormpath.web.idSite.login.uri stormpath.web.idSite.loginUri
stormpath.web.idSite.register.uri stormpath.web.idSite.registerUri
stormpath.web.idSite.forgot.uri stormpath.web.idSite.forgotUri
stormpath.web.idSite.result.uri stormpath.web.idSite.resultUri
stormpath.web.saml.enabled stormpath.web.callback.enabled
stormpath.web.saml.result.uri stormpath.web.callback.uri

Additions

  • stormpath.web.register.enabled
  • stormpath.web.produces
  • stormpath.web.me.enabled
  • stormpath.web.me.uri

Not Supported

These are properties that the spec has that we don't currently support.

Not In Specification

These are properties that we currently support that are not in the spec.