cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to login into smart edit

Former Member
0 Likes
4,229

Hi experts,

I am unable to login into smart edit . I am using credentials as : admin, nimda.

Once I entered credentials and press submit. The screen get blank and no change there after.

In console , I get following exception:

INFO [hybrisHTTP34] [HybrisOAuthTokenStore] Failed to find access token for token 5d2a036b-32e4-4743-aea5-e859cd6da5b8

Any help is appreciated.

Thanks , Sid

Accepted Solutions (0)

Answers (3)

Answers (3)

arvind-kumar_avinash
Active Contributor

There are two ways to get rid of this problem:

Recommended approach: include the extension, smartedit in localextensions.xml and execute the command, ant all updatesystem.
If you wish to perform the platform update using hAC after including smartedit in localextensions.xml, simply execute ant» start the server » go to hAC > Platform > Update (i.e. https://localhost:9002/platform/update) » select smartedit from the list of extensions » hit the Update button.
Once the platform update is completed using any of these means, you will be able to login to SmartEdit with admin/nimda.

Alternative approach: import the following ImpEX

 INSERT_UPDATE OAuthClientDetails;clientId[unique=true];resourceIds;scope[mode=append];authorizedGrantTypes;accessTokenValiditySeconds
 ;smartedit;hybris;basic,permissionswebservices,previewwebservices;password;3600
former_member633554
Active Participant
0 Likes

Sniffing the network traffic, it appears to not pass the client_secret? So make sure the client_secret is null.

INSERT_UPDATE OAuthClientDetails;clientId[unique=true];clientSecret;resourceIds;scope[mode=append];authorizedGrantTypes;accessTokenValiditySeconds
;smartedit;;hybris;basic,permissionswebservices,previewwebservices;password;3600

Former Member
0 Likes

Does anyone know how to fix this problem ?