simplesamlphp / simplesamlphp-module-authorize

This module provides a user authorization filter based on attribute matching
GNU Lesser General Public License v2.1
5 stars 6 forks source link

links in the reject message #7

Closed szabogyula closed 1 year ago

szabogyula commented 2 years ago

Hi,

It should be useful to able to write links in the reject_msg.

I think the most user (administrator) friendly solution is the markdown format.

For example:

    ...
        'reject_msg' => [
            'en' => 'Rejected. You can get access in the [Registration Page](https://exaple.com).',
        ],
    ...
tvdijen commented 1 year ago

Closed in #9