Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mysql> select * from VW_USER_ROLES;
+----+-----------+---------------+
| ID | LOGINNAME | ROLENAME      |
+----+-----------+---------------+
|  1 | me        | DEBUG         |
|  1 | me        | Super User    |
+----+-----------+---------------+

Currently only works with SAML 1.1 or by utilizing an add on https://github.com/Unicon/cas-addons/wiki/Configuring-JSON-Validation-Response    (for CAS 2.0 see http://www.ja-sig.org/issues/browse/CAS-655).

...