App Lock Policy for a AppStore App restricts popup

We are making an appstore app to be opened in single app kiosk mode(App Lock Policy for a single app) . When tried to open and login , a popup which is seen when opened without kiosk mode is not opening up.

Attached the screenshot of the popup screen. (not able to attach the video here)

Raised Feedback id - FB13304240

AppLock Policy Payload sent to the device :

<dict>
	<key>PayloadVersion</key>
	<integer>1</integer>
	<key>PayloadUUID</key>
	<string></string>
	<key>PayloadType</key>
	<string>Configuration</string>
	<key>PayloadOrganization</key>
	<string>fhd</string>
	<key>PayloadIdentifier</key>
	<string>sample_id</string>
	<key>PayloadDisplayName</key>
	<string>Kiosk Zenoti</string>
	<key>PayloadRemovalDisallowed</key>
	<true/>
	<key>PayloadContent</key>
	<array>
		<dict>
			<key>PayloadVersion</key>
			<integer>1</integer>
			<key>PayloadUUID</key>
			<string>ad18a938-211e-4670-9be6-6f43162b6290</string>
			<key>PayloadType</key>
			<string>com.apple.app.lock</string>
			<key>PayloadOrganization</key>
			<string>MDM</string>
			<key>PayloadIdentifier</key>
			<string>a��d18a938-211e-4670-9be6-6f43162b6290</string>
			<key>PayloadDisplayName</key>
			<string>AppLock Policy</string>
			<key>App</key>
			<dict>
				<key>Options</key>
				<dict>
					<key>DisableTouch</key>
					<false/>
					<key>DisableDeviceRotation</key>
					<false/>
					<key>DisableVolumeButtons</key>
					<false/>
					<key>DisableRingerSwitch</key>
					<false/>
					<key>DisableSleepWakeButton</key>
					<false/>
					<key>DisableAutoLock</key>
					<true/>
					<key>EnableVoiceOver</key>
					<false/>
					<key>EnableZoom</key>
					<false/>
					<key>EnableInvertColors</key>
					<false/>
					<key>EnableAssistiveTouch</key>
					<false/>
					<key>EnableSpeakSelection</key>
					<false/>
					<key>EnableMonoAudio</key>
					<false/>
					<key>EnableVoiceControl</key>
					<false/>
				</dict>
				<key>UserEnabledOptions</key>
				<dict>
					<key>VoiceOver</key>
					<false/>
					<key>Zoom</key>
					<false/>
					<key>InvertColors</ke�y>
					<false/>
					<key>AssistiveTouch</key>
					<false/>
				</dict>
				<key>Identifier</key>
				<string>com.zenoti.mpos</string>
			</dict>
			<key>Identifier</key>
			<string>com.zenoti.mpos</string>
		</dict>
	</array>
</dict>
</plist>