Hi Sander,
Thanks for the reply.
*This is for AngularJS v1.3.6 application.*
As you said, the credentials controls are not my hand to put in a pop up,
those will come by the Authentication URL.
I want to give some more detailed information.
I am working on implementation of* EPIC with OAUTH. integration in my
Application(take it is : EpicTest App) *
I am calling my authentication URL as below :
$window.open("
https://apporchard.epic.com/interconnect-ao83prd-oauth/oauth2/authorize?response_type=code&redirect_uri=http://localhost:53665/login&client_id=*********-*******-**********&state=test123",
"mypopup", 'width=800, height=600');
So ,
It(The URL) will open in a new browser pop up window.
In this browser pop up window, The EPIC authentication server will
ask credentials of EPIC , the user has to enter the credentials of EPIC and
click on LOGIN.
Once the user clicks on login, the EPIC authentication server will
redirects the browser popup window , to the redirect URL mentioned,along
with authorization code.
This is my scenario .
hope you got my issue.
Please let me know if you need more details to answer me.
and if you have any code references ,please let me know.
Thanks,
Surendra.
On Wed, Oct 3, 2018 at 9:15 AM Sander Elias <[email protected]> wrote:
> Hi Surendra,
>
> Create a service that is in control over the auth. You can use that to
> control a modal you have put in your app, so it pop's up when needed, and
> keeps the credentials in there. Is this for Angular, or for AngularJS?
>
> Regards
> Sander
>
> --
> You received this message because you are subscribed to the Google Groups
> "Angular and AngularJS discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.