We have already discussed on implementing custom grant types for OAuth2 in this blog post. Today, we are going to implement a Mutual SSL (X.509 certificate) based grant type for WSO2IS/APIM Following must be noted. Mutual SSL is handled at transport level. OAuth2 Grant handler has no any idea on the mutual SSL. Once mutual SSL […]
Tag: X.509
I have seen that most the cases, You may need to retrieve the X509 Certificate as <ds:X509Certificate> Data. <ds:X509Certificate> data can be seen in SOAP messages (SAML, WS-Security) that are passed the security information. You can easily retrieve X509Certificate data using java keytool command. If you want to retrieve X509Certificate data from key store file (JKS) keytool -export -keystore pathToKeystore -rfc […]