<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007LmwP8CAJOkta Classic EngineDirectoriesAnswered2022-01-12T21:54:13.000Z2021-12-27T21:39:22.000Z2021-12-29T14:56:13.000Z
External IDP JIT - add string to username while mapping

Hi,

 

I am doing inbound federation with an external IDP, and I want to map the user's email to the okta JIT created username, but with a small extension - like if the user email is jack@acme.com, I want Okta to create a JIT user named "acme\jack@acme.com" .. To do this I tried the below in the IDP profile mapping

 

String.join("acme\", idpuser.email) ---> Okta username

 

But thats not working - the "acme\" I append is not getting added to the email. Any ideas if this can be done and if so how ?

 

Rgds,

Gopa.


This question is closed.
Loading
External IDP JIT - add string to username while mapping