Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<!-- A condition that's true for ECP and any other non-browser flows. -->
<bean parent="shibboleth.conditions.NOT" c:_0-ref="shibboleth.Conditions.BrowserProfile"/>


Note

When the ProfileRequestContext is available, you can often script this directly by calling the isBrowserProfile() method. The equivalent to the NOT condition above would be:

{{  <transition on="#{!opensamlProfileRequestContext.isBrowserProfile()}" to="Somewhere" /> }}