angularjs - creating externalregistration page in Identityserver3 -
i have identityserver3 service running great, service doing custom authentication , using angular pages redirect permissions, index, login , logoff pages in identityserver3 example - customuser.
now, need add external providers (say google). not sure understand how redirect "someexternalregistration" after google authenticate page ask user userid of our system associated google login on future calls.
so url identity service https://server/identity/login, https://server/identity/permissions etc.....
how map https://server/identity/someexternalregistration html page?
thank mark
identityserver long user triggers link external idp displayed on login page. identityserver shows links querying registered authentication middleware in katana pipeline.
Comments
Post a Comment