Skip to content

GenerateDigestSecretTokenContributor

Markus Sabadello edited this page Oct 2, 2013 · 9 revisions

This contributor can generate secret tokens in digest form in a target graph.

This is useful in conjunction with the AuthenticationSecretTokenInterceptor.

  • globalSalt: The global salt to use for the digest algorithm.

Interfaces and Classes

Example Spring Bean

<bean class="xdi2.messaging.target.contributor.impl.digest.GenerateDigestSecretTokenContributor">
	<property name="globalSalt" value="00000000-0000-0000-0000-000000000000" />
</bean>

Example XDI operation

[=]!:uuid:91f28153-f600-ae24-91f2-8153f600ae24[$msg]!1$do/$do$digest$secret<$token>/(([=]!:uuid:91f28153-f600-ae24-91f2-8153f600ae24)$digest$secret<$token>&/&/"s3cr3t")

Example XDI graph after operation

([=]!:uuid:91f28153-f600-ae24-91f2-8153f600ae24)$digest$secret<$token>&/&/"xdi2-digest:723381c2-e529-40c5-851a-5c60c7a3d8dd:ebf87103e26c4299184e22a0c626e8a95f21fa64ce9b315b1aefe8c5b824a3eeac16945f75468f55c0df20a893a2025b24ef0971919ee1e24feb999517385244"
Clone this wiki locally