skip to Main Content

Azure AD and Office 365 User Authentication for WordPress – Shortcode

[o365_azure_login_url login_text=”text Here” image_url=”image url”]
login_text = Show login link text by which users can login using Azure account
image_url = Show image for login link

Parameter Description Sample Required Bound to an attribute or template Attribute or Template Name
login_text Show login text for login link login_text=”Login with your Azure Account”
image_url Show Image for login link image_url=”https://wpintegrate.com/wp-content/uploads/2019/03/wpintegrate_logo_final.png”

[o365_azure_logout_url logout_text=”text Here” show_welcome_text=”no” welcome_text=”Welcome”]

Parameter Description Sample Required Bound to an attribute or template Attribute or Template Name
logout_text Show text for logout link logout_text=”Logout”
welcome_text if yes show welcome text for logged in user else no welcome text welcome_text =”yes”
show_welcome_text Display custom welcome message show_welcome_text=”Welcome back to our portal”



Back To Top