[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: SSO - Client Principal Object - Implicit vs Explicit Best Practices

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
The only token that PASOE/Spring passes into an ABL session is the CLIENT-PRINCIPAL. So if you want to use that token in your ABL sessions - and I firmly believe you should - then you should always have this enabled. Note that this only passes the token into the ABL session: it does not assert the user in the session (you need to code that via SET-DB-CLIENT() or SET-CLIENT()).

Continue reading...
 
Status
Not open for further replies.
Back
Top