ASWebAuthenticationSession intent of use

Can I use ASWebAuthenticationSession to open content web pages (essentially not login form)? Will my app be rejected during review?

Example:
I have authentication SSO (Single Sign On) flow already configured and working for several web pages (on several domains). SSO flow uses cookie to keep/track authenticated user state. I want to show to user web page in authenticated state.
I'm thinking of such implementation:
Use ASWebAuthenticationSession to navigate user to login form -> user enters his credentials -> login success (identity issuer creates authentication cookie) -> use ASWebAuthenticationSession to navigate user to target content page (account settings or something)
ASWebAuthenticationSession intent of use
 
 
Q