its a feature. A very confusing feature.
To be fair to the QA team of the portal UI, the ability of non-Portal sources to alter the records that the UI depends on was added after the portal UI was QA'd.
The real issue is that there is no official/community information source on how best to interact with Google Cloud openid providers, for the Google Apps case.
Google Apps has a convoluted mechanism of letting its tenants, on custom domains, share a common endpoint to which openid request messages are sent, tagged by the domain qualifier on requests to said endpoint. I dont understand it technically (and dont want
to go figure either); but it involves so called host-meta files, which may well work perfectly in a Google-only world. I just want to know the steps to do it, correctly, when ACS interacts. I've given up attempting to read the related Google team's documentation
for administrators (being far too convoluted). They assume everyone wants to be a developer or evangelist.
For example, today I have incorrect semantic behaviour in ACS. Though I want to express (by registering a custom openid IDP) a trust relationship between a subset of my demosso- ACS tenant hostged realying parties and a particular google apps domain,
I cannot do this. As it stands, having introducced a custom openid provider pointing at the google endpoint, gmail users (vs users of a particular google apps domain) can also authenticate through the current trust binding. ACS duly re-asserts attributes from
from the requested IDP for gmail users (incorrect, semantically), using the rule base bound to that custom IDP's realm name (correct)
How could I fix this in the interim, before ACS v3 exists?
Well Id hoped to hava a regexp in my rule base for the custom IDP, that guarded at the claim level. I wanted to say: if email claim (from Google) has form *.pingcertification.something.com (the name of the google apps domain), do map the email address (to
nameid and the SAML token's attributeStatemenet subject field); dont otherwise. This would allows my RP to re-impose the trust model - based on name form recognition, per app domain. I could not figure how to make ACS do value-express on claim mapping, though
(and it may not even be possible).
All part of maturing the public cloud. Only now does anyone care enough... to get to the actual use cases that matter. The days of theory of public websso are, foruantely, oever. We get to do it, for real. In just 2 years time, we will look back on today
and wonder just how we could have been SO naieve .