Hello, I need to create users without password that would rely on Federation for authentication. I found that if I did the credentials block in api payload, I can set Provider type to FEDERATION which should do it?
- “credentials”: {
- “provider”: {
-
“type”: “OKTA”, <—- change this to FEDERATION?
-
“name”: “OKTA”}},
-
- “provider”: {
Can someone confirm this please? Also, what is the default value if I don’t provide credentials block with provider type? Is it set to OKTA as in the documentation?
Thank you!