Replace SAPLogonTicketKeypair for Single Sign On
I got a problem and just already found the solution this morning. I just want to share it
- Problem : Error occurred when accessing portal in dual-stack system -> The system is unable to interpret the SSO ticket received.
- Solution :Check expiration date of the ticket for Single Sign On between AS Java and ABAP. If it is expired, replace the ticket.
- Open Visual Admin.
- Go to server_
– Services – Key Storage. - Check expiration date for ticket SAPLogonTicketKeypair.
- If date is expired, rename or delete this ticket.
- Click Create.
- Fill the required field. Common Name should be unique. Entry name should be the same : SAPLogonTicketKeypair. Tick Store Certificate, Use RSA algorithm. Leave other field default. Then click Generate.
- Export ticket SAPLogonTicketKeypair-cert as .crt format.
- Login to ABAP in specific client which is accessed by Portal, ex : 800
- Go to tcode STRUSTSSO2
- Delete old certificate.
- Import certificate .crt file mentioned above.
- Click Add to Certificate List.
- Click Add to ACL.
- Save.
- Finish.
Comments
Post a Comment