First I am new to the topic ADFS. The goal is a Single-Sign-On authentication for Java-based Web-applications on Win2012R2.
When a user opens the browser, he will get a token from the Security-Token-Service. With this token and included claims (?) he should be able to log on to the web application.
1.) Are the claims packed into the security tokens?
2.) Can the application developer read this tokens? For adapting information from these claims into the application?