How to send a mail using java Office365 SMTP server In this article, I am going to show How to send a mail using java Office365 SMTP server, Office365 SMTP server details and how to connect Office365 from java Pre-Requisites java 1.8 Eclipse Java Mail API Office365 Connection Properties String USERNAME = “[email protected]”; String PASSWORD […]
Day: April 11, 2020
How to decode Id Token in java
How to decode Id Token in java Id Token generated by the authorization server which contains the user information and authorization server details. Here I am sharing the java example program to decode the Id Token. Pre-Requisites java 1.8 Eclipse Create java maven project in eclipse the add the following pom.xml and java file into […]
How to start and stop OpenIDM
How to start and stop OpenIDM In this post, I am going to show How to start and stop OpenIDM? By default, you start and stop OpenIDM in interactive mode. There are two startup files in which one for Windows and another one for Linux. startup.sh –> UNIX statup.bat –> WINDOWS Start OpenIDM Open windows […]