18 views
Skip to first unread message

Steve Selaya

unread,
Jan 10, 2018, 3:32:30 PM1/10/18
to cas-...@apereo.org

Jeffrey Ramsay

unread,
Jan 11, 2018, 12:05:51 PM1/11/18
to CAS Community
All -

I need some help getting a somewhat crazy idea I have started. We use CAS with Ellucian Banner and those of you familiar with the application and support multiple instances will probably understand why I'm attempting to do this.

We have around nine instances of Banner and each requires a CAS instance for authentication because there are different passwords used. CAS allows for multiple user stores however, the first match is used for authentication and that is not what we want.

So, I've decided to try and consolidate our instances and is attempting to get this started however, I'm not successful in retrieving the "instance" value in calls to the Credentials controller.

@loginform.html:
<form method="post" id="fm1" th:object="${credential}">
.
.
.
<section class="row">
    <label for="instance">Database:</label>
    <div>
        <select name="instance">
            <option value="bandev">BANDEV</option>
            <option value="bantmp" selected>BANTMP</option>
            <option value="banqa">BANQA</option>
        </select>
    </div>
</section>

Where do I start? I just want to be able to log the value after a couple of days hitting my head against the wall.

Thanks,
-Jeff
Reply all
Reply to author
Forward
0 new messages