java - ADFS – tokens and claims? -


first new topic adfs. goal single-sign-on authentication java-based web-applications on win2012r2.

when user opens browser, token security-token-service. token , included claims (?) should able log on web application.

1.) claims packed security tokens?
2.) can application developer read tokens? adapting information these claims application?

"the goal single-sign-on authentication java-based web-applications on win2012r2."

how intend this? using ws-fed or saml java stack?

yes - claims configured in adfs claims rules in token.

yes - in .net, wif / owin has classes this, same true java stack.

update

spring saml work. other options here : saml : saml connectivity / toolkit

used .net version of adal - works well.

beware: adfs 3.0 not support openid connect , supports authorization code grant.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -