Shibboleth and Office365 - Fixes
Ryan Suarez
ryan.suarez at sheridancollege.ca
Mon Jan 28 08:18:01 EST 2013
On 13-01-28 7:39 AM, Manuel Subredu wrote:
> 1. I would like that when the user is being redirected to the IdP login
> page, the username field to be completed with the value he already gave
> to office365 log form. I tried to look into the http headers, but with
> no luck. I suspect that the value I need is somewere in the SAML message
> but I didn't find any easy way to have access to that value.
Our students never see the O365 login. They always hit the IdP first.
https://wiki.shibboleth.net/confluence/display/SHIB2/IdPUnsolicitedSSO
<VirtualHost *:80>
ServerName studentmail.mydomain.ca
RewriteEngine on
RewriteRule /.*
https://idp.mydomain.ca/idp/profile/SAML2/Unsolicited/SSO?providerId=urn:federation:MicrosoftOnline
</VirtualHost>
More information about the users
mailing list