<div dir="ltr">I&#39;m happy with adding the f<span style="font-size:12.8px">orgot-</span><span style="font-size:12.8px">credentials link, but not 100% sure about what&#39;s the correct approach. Can you prepare a separate PR for just KEYCLOAK-1927 so we can review it?</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">We can add it as an option to the js-console, but I don&#39;t want to add forgotCredentials and createForgotCredentialsUrl, nor do I want to add it to the js-console. Basically I don&#39;t really want to advocate this approach.<br></span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 8 October 2015 at 19:14, Sebastian Rose <span dir="ltr">&lt;<a href="mailto:sebastian.rose@aoe.com" target="_blank">sebastian.rose@aoe.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
i have a requirement to provide an external link for register account and forgot-credentials.<br>
<br>
I learned from KEYCLOAK-1904 that using .../openid-connect/registrations?client_id=.... instead auf /openid-connect/auth?client_id=... works for the register account part. KEYCLOAK-1904 brought this to the js-adapter and provided it as an example to js-console. While testing that KEYCLOAK-1910 was created due to a problem with the bean-initialization.<br>
<br>
For having the same with forgot-credentials i added simmilar code to make .../openid-connect/forgot-credentials?client_id=... work. This change is described in KEYCLOAK-1927.<br>
<br>
My first approach was not considering the Authorization SPI (thanks Stian). Second approach uses the class AuthenticationProcessor  which is already used for .../openid-connect/auth to make KEYCLOAK-1910 and KEYCLOAK-1927 work. I am not sure if i understood completely and any hint/help is appreciated. With some manual tests it worked fine (please see <a href="https://github.com/keycloak/keycloak/pull/1686" rel="noreferrer" target="_blank">https://github.com/keycloak/keycloak/pull/1686</a>)<br>
<br>
Please let me know what you think:<br>
1) .../openid-connect/forgot-credentials is something you can live with/find it usefull<br>
2) Is using class AuthenticationProcessor the correct approach . Anything there to consider after the call of .authenticate? There is a lot more code in place for the auth-case, which deals with variants. They don&#39;t seem to be useful for the two other cases.<br>
3) I would like to add .../openid-connect/forgot-credentials to the js-adapter and js-console as well.<br>
<br>
Best Regards,<br>
Sebastian​<br>
<br>
_______________________________________________<br>
keycloak-dev mailing list<br>
<a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a></blockquote></div><br></div>