In Saleforce - ADFS SSO with AD being IdP. With AD 'Username' being SAML User Id;
There are two type of users(standard users & portal users) in Salesforce.
For SSO of portal users; SAML assertion must contain two more parameters(with hard coded values). For SSO of standard users; SAML assertion must NOT contain these parameters.
Is following solution possible to implement in AD? "Create a new field on User Object. If it contains certain value, pass parameters. If there is no value, do not pass parameters."
OR
Two separate SSOs(one for each type of users) must be setup with same SP. Is is possible to actually setup two SSOs with same SP in ADFS side?
Note:- Totally unaware of AD, if question doesn't make sense, do point out; will try to rephrase.