Skip to main content
Solved

SCIM - Add users to company and sites

  • November 19, 2025
  • 3 replies
  • 26 views

Forum|alt.badge.img+10

Simple question, can you, when provisioning a user, using SCIM from Azure link the user automatically to companies and Sites?

https://docs.ifs.com/techdocs/25r2/030_administration/010_security/025_scim/#user_attribute_mapping

Or can you only create users and you have to add the companies manually?

 

 

Best answer by knepiosko

If You are going only synchronize users without their addressess, communication methods, positions, job titles, etc it should work. I tested it a lot with one of our customer and finaly we customizided Scim_Handling_SVC package.

Now mentioned customer is testing 25R1U3(previosly 23R2U5) and I am going to reduce our customized code. I will know more withing next few weeks.

3 replies

Forum|alt.badge.img+17
  • Superhero (Partner)
  • November 20, 2025

For one of customer I created a SQL event on FND_USER_TAB(FndUser) fired after inserting row to connect user with companies and sites.


Forum|alt.badge.img+10
  • Author
  • Hero (Partner)
  • November 20, 2025

Thanks! Thats what I indeed would do as well.  

Looking at the other questions about SCIM and the KB articles.

@knepiosko  how stable do you feel is the SCIM functionality?

Are you aware of improvements in 25R1/2?

 

Forum|alt.badge.img+17
  • Superhero (Partner)
  • Answer
  • November 20, 2025

If You are going only synchronize users without their addressess, communication methods, positions, job titles, etc it should work. I tested it a lot with one of our customer and finaly we customizided Scim_Handling_SVC package.

Now mentioned customer is testing 25R1U3(previosly 23R2U5) and I am going to reduce our customized code. I will know more withing next few weeks.