on ‎2018 Sep 05 8:33 AM
I am created a new service in storefront and tried to access through postman and its shows login page can any one please help on this.
Request clarification before answering.
check spring-security-cinfig.xml file int your extension . you will must have some access condition on either all URLs or for any pattern which is come under this url.
for example
security:http>
<security:intercept-url pattern="/**" access="ROLE_GROUP" />
<security:http-basic />
</security:http>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
need more description like
which version of hybris you are using.
what all costume security changes you did.
what is URL you were trying to access.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i am using 6.1 version and didn't change any security code , i have created a new controller in storefront and trying to access like below in postman
https://localhost:9002/trainingstorefront/api/marketing/unsubscribe
its return log in page
please let me know where we need to customize security changes

| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.