Shibboleth SP - Reading assertion attributes from Java

后端 未结 3 963
别跟我提以往
别跟我提以往 2020-12-22 07:44

I understand that configured attributes will be stored as environment variables by default and will be accessible like

request.getAttribute(\"Shib-Identity-P         


        
3条回答
  •  失恋的感觉
    2020-12-22 08:39

    I could get the values in Headers. For me below line worked which I added in tag

    
        AuthType Shibboleth
        ShibRequireSession On
        ShibUseHeaders On
        require valid-user
    
    

提交回复
热议问题