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
Post a Comment