Moodle Authentication (auth_googleoauth2) plugin not working - plugins

i am using moodle 3.0.
I want to login with on my website, so i have downloaded Authentication (auth_googleoauth2) plugin from moodle directories.
also put the clientID and client secret into setting plugine page.
But on login page still not showing buttons for "login with google".
Any thing i am missing can any one help how to use this plugin.

Is it enabled? Go to site admin -> plugins -> authentication -> manage authentication
https://docs.moodle.org/30/en/Managing_authentication#Setting_the_authentication_method.28s.29

Related

Using AzureAD secured application as a Personal App can't show login.microsoftonline.com in iFrame - does work in Developer Mode

I've created a webapplication, hosted in an Azure App Service. The App Service is secured using Azure AD Authentication with login required.
When trying to load this page in a Personal App, the page tries to redirect to login.microsoftonline.com which is not able to show the page in an iFrame.
When switched to Developer preview the application is shown, passing the login using the currently signed in user.
Is there an ETA on enabling this behavior on the "non-developer preview" client?
Or is there another way to achieve this?
PS: I'm aware of the SSO javascript API, but this does require anonymous access to the application executing the JS calls. Unless I'm missing something? :)

How to enable anonymous branding site

I use visual studio to deploy custom master page and I create publishing site that inherit this mater page. Then I enable anonymous the publishing site but it is till ask user and password when I go on. Please help me to resolve it.
Have you published the site on an existing web appliance where other site need authentication?
If you have, create a new new appliance and set appliance to anonymous and disable any other authentication methods.]

Google Sign in error 403 - Project marked for deletion

I've recently integrated play-silhouette 4.0.0 with Play 2.5 to handle authentication. I am allowing my users to login with Google and as such am using Silhouette's OAuth2 features. I am redirected to Google's authorization page properly but after pressing allow the app fails with
403 - Project marked for deletion
I have enabled the Google+ API in the developer's console and am requesting the scopes "profile email" from the service. I've also deployed the sample app and get the same error. The error codes listed by Google are not much help - anyone have an idea? I've been testing on my local machine.
I resolved this issue:
Create a new project in the Google Developer Console.
Enable Google+ API.
Create OAuth Credentials.
Perhaps I created the credentials before I enabled the API. Seems a bit silly order would matter. Hope this is helpful to someone else!

Dotnetnuke host login redirects to ERR_TOO_MANY_REDIRECTS

I've installed the community version of DNN.
then i've started to develop some modules - this worked fine.
then i saw that dnn have AuthenticationServices and wanted to create one for connection to MS CRM.
then i've tried to install this AuthenticationServices and it worked. After that i wasn't able to login to the host anymore. i keep getting the error: ERR_TOO_MANY_REDIRECTS.
bevor i've started with changes i cloud login with dnndev.me/admin or dnndev.me/host.
dnndev.me/admin get redirected to my custom login page.
And dnndev.me/host gets me an ERR_TOO_MANY_REDIRECTS error.
is there an easy way to repair this? or do you prefer to reinstall dnn?
It looks like when you try to login into DotNetNuke it will add the login module to the home/start site into the ContentPane.
Unfortunately i changed the template, with one that didn't have the ContentPane. So you can't access with the link dnndev.me/admin.
For access via dnndev.me/host, I'm not quite sure if it was the same problem.
I solved everything with a new clean install.
and a little hint:
i'm now create a master login page like masterlogin and put the account login module on it.
now i should be able to login whenever an error occur.

Magento paypal admin configuration not working

I have magento 1.7 installation,
and it has many extensions installed, the problem is the paypal logo under configuration > sales not showing and the paypal settings are showing in completely on payment method admin config page. i try to access this by using url
http://hellteam.bizarsoftware.com.au/index.php/admin/system_config/edit/section/payment/
above one redirects to admin area
but still no luck
i remove all core files and admin theme files and replace with new ones, but no luck yet.. anyone has a idea about this.. please save me
thank you