As before I post question to stack here :
How Can I pass EffectiveUserName to SSAS through Excel Service using FBA(Forms based authentication) in SharePoint 2013
Finally I decided to use claim based windows authentication, because this mode send EffectiveUserName to ssas from excel service.
Now we need to create a custom claim based windows authenticated login page in SharePoint 2013 without another authentication method. picture below shows popup window:
I exactly want to create a custom aspx page that works like this popup page. when users want to login , this aspx shows instead of pop up windows security.
There are a little references to do this like
https://blogs.msdn.microsoft.com/chunliu/2010/09/21/creating-a-custom-login-page-for-windows-authentication/
but it is not work and is not complete and does not help. users want to login to system using only and only this authentication method. how to customize it?