cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure SSO for SmartEdit

100406161994
Explorer
0 Kudos

Using Hybris 6.5.

How do we configure SSO for SmartEdit? Could not find a documentation for it. I understand that smartedit is a Single Page Application and it requires a OAuth Token, for REST api call that is makes. SSO and SmartEdit have different use cases, but we don't want user entering credentials (we don't want to manage that), but instead be token should obtained automatically or configuration be returned along a valid token or any other approach?

Can we use implicit grants in SmartEdit, if so how ?

0 Kudos

Were you able to achieve ? Any luck?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I wouldn't say I found a solution but it's more like a workaround.

Authentication in Smartedit is based on OAuth. Once you have SSO authentication done successfully, you can create an OAuth token programatically. You can do this in a new custom filter and inject this filter in your smart edit extension spring security filter chain. Add the new OAuth token in the request header and let the system do the rest.

ooualla
Explorer
0 Kudos

did you find a solution ? can you share any solution ?