Versions Compared

Key

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

The predicate named shibboleth.Conditions.BrowsetProfile BrowserProfile returns true if the currently active profile supports a browser,

...

Code Block
languagexml
titleBean to return true if this is NOT a browser profile
<bean parent="shibboleth.conditions.NOT" c:_0-ref="shibboleth.Conditions.BrowsetProfileBrowserProfile"/>
Note

If you have the ProfileRequestContext available, you can find this out directly by calling the isBrowserProfile method.

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

...