Getting Encrypted CAS User through serviceValidate -


i using oauth2.0 service token cas server. when trying validate token using

/cas/servicevalidate url getting response

<cas:serviceresponse xmlns:cas='http://www.yale.edu/tp/cas'>     <cas:authenticationsuccess>         <cas:user>jjuh5fmvz6lsq+4xwipe39iczx0=</cas:user>     </cas:authenticationsuccess> </cas:serviceresponse> 

where user in encrypted format. know may user/pass admin/admin. how can identify user or encryption technique used.

thanks,


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -