<div dir="ltr">I'm trying to get CAS authentication setup on our AS 3.4.0 using the lyrasis/aspace-oauth plugin.  I've tried to follow the example outlined on the plugin.  I'm able to get as far as to the staff login page and I can see a "CAS sign In" button on the top right, but when I press it I get the following message, "The page you were looking for doesn't exist."  The button links me to <a href="https://as.someuniversity.edu/staff/auth/cas">https://as.someuniversity.edu/staff/auth/cas</a><div><br><div>My config.rb contains the following parameters is there something that I need to add or change?:<div><br></div><div><font face="monospace">AppConfig[:frontend_proxy_url] = "<a href="https://as.someuniversity.edu/staff">https://as.someuniversity.edu/staff</a>"<br>AppConfig[:public_proxy_url] = "<a href="https://as.someuniversity.edu/">https://as.someuniversity.edu/</a>"<br></font></div><div><font face="monospace"><br></font></div><div><font face="monospace">AppConfig[:authentication_sources] = [{<br></font></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">       model: 'ASOauth',</font></div></blockquote></blockquote></blockquote><div><font face="monospace">                                        provider: 'cas',<br>                                        label: 'CAS Sign In',<br>                                        slo_link: true,<br>                                        config: {<br>                                                url: '<a href="https://cas.someuniversity.edu">https://cas.someuniversity.edu</a>',<br>                                                host: '<a href="http://cas.someuniversity.edu">cas.someuniversity.edu</a>',<br>                                                ssl: true,<br>                                                login_url: '/login',<br>                                                logout_url: '/logout',<br>                                                service_validate_url: '/cas/serviceValidate',<br></font></div></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">    callback_url: 'auth/cas/callback',</font></div></blockquote></blockquote></blockquote></blockquote></div></div></blockquote></blockquote></blockquote></blockquote><div><div><font face="monospace">                                                uid_key: 'user',<br>                                                email_key: 'email'<br>                                                # more cas keys and options at: <a href="https://github.com/dlindahl/omniauth-cas">https://github.com/dlindahl/omniauth-cas</a><br>                                                #<br>                                                # if your server does not return an email address, you can add one<br>                                                # here using the fetch_raw_info option.<br>                                                #fetch_raw_info: ->(s, o, t, user_info) {  { email: "#{user_info['user']}@<a href="http://ivory-tower.edu">ivory-tower.edu</a>" } }<br>                                        }<br>}]</font><br><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Ludwig Possié<div><font size="1">Systems Admin</font></div><div><font size="1">Stewart Library</font></div><div><font size="1">Weber State University</font></div><div><font size="1">801-626-8093</font></div></div></div></div></div></div>