1

Does anyone over here has experience integrating TAM with Grails spring security for single sign on. If so can you help me get a quick start or point to any tutorials.

Thanks

Hussain Fakhruddin
  • 3,202
  • 4
  • 25
  • 36

1 Answers1

0

You would probably want to use Spring Security's pre authentication feature and examine the header sent from TAM. To do so you would write your own authentication provider which is really simple and just looks for the header. See this for some more information

Community
  • 1
  • 1