
VivekjeeA.49905 (Customer) asked a question.
Hi Team,
I have been using Okta for sso with SAML for authentication. Have used Java for the development and nginx for as the deployment server.
Seeking some help, as when I tried to deploy my custom made application to the dev environment I got stuck. Experiencing infinite loop between the okta and my application.
The problem what I understand is with the entity and signature validation. Even when I check the logs the I couldn't able to make out any exception which is happening.
The logs says : AuthNRequest;SUCCESS;0:0:0:0:0:0:0:1;https://xx/saml/metadata;http://www.okta.com/xx;;;
AuthNRequest;SUCCESS;127.0.0.1;https://xx/saml/metadata;http://www.okta.com/xx;;;
Kindly help.

Did you check the SAML Tracer ?
Yes I did Satish, there was this Restricted Audience attribute misconfigured.
My bad, thank you for the suggestion.